Memory Pool Memory Pool Refreshing

10,310 transactions
28.74 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,203 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,835 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,202 (15,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
848,734 848,734 00000000000000000000f29f4f312b36f4b1823a0eab1d6ddec9063e87b09dcb 1.82 MB 3,505 17
848,733 848,733 000000000000000000023c680705d0885ad06b14edb79ede1c3bbc5ac71565f2 1.84 MB 3,965 15
848,732 848,732 00000000000000000001759e0f06abfbb21955fb2935e1c1e3aea23aeb460262 1.51 MB 2,015 19
848,731 848,731 000000000000000000003610dccfd99863d1129449b62a02146f399a47001dbd 1.78 MB 1,980 17
848,730 848,730 0000000000000000000317a415a5bed44305ceecd8a7d36d2cf5a535046fca2e 1.70 MB 649 12
848,729 848,729 000000000000000000032bce8f06cee6e2c89d2db69ee8cfbbdf794e1d4a6331 1.76 MB 3,021 15
848,728 848,728 00000000000000000001f03e847fbe77f17439b8a5a6676880b838068b732238 1.78 MB 3,345 20
848,727 848,727 00000000000000000002c129003d9aa1a0f4d616e03c71bbee9c7a29e95e8ab3 1.82 MB 4,095 14
848,726 848,726 00000000000000000000fad2a63e04707e3eb48da0600447375b7ec994451827 1.55 MB 5,202 16
848,725 848,725 0000000000000000000245c3cb0156073b091e661b8a8ae04799962f8c9fa9c4 1.66 MB 4,908 17
848,724 848,724 00000000000000000002c6457d8f26ea81745dd7804e2e3e712009d341419459 1.44 MB 4,327 18
848,723 848,723 00000000000000000001b4b0349aa5b93f8b4f92604b24b337fef6a54572b379 1.57 MB 4,903 19
848,722 848,722 000000000000000000014ebe1db3c5ebd66a800ddbd3568516478ef5ff9bfec2 1.66 MB 4,846 14
848,721 848,721 00000000000000000000469625777bd33ac0e2ffd49e88b23f4260d4f118a998 1.70 MB 4,604 14
848,720 848,720 00000000000000000001cc9d0b10da67fb7d051df7cdb059cc9d0bf21a685599 1.55 MB 5,530 14
848,719 848,719 00000000000000000001e585599d6c1e9dc8bb36391aa4840f2d881012b7aecd 1.18 MB 1,482 14
848,718 848,718 00000000000000000002d390079bd240bd9111819b2fef6b26631e37197cee94 1.47 MB 3,722 18
848,717 848,717 000000000000000000016444ea328ad187c5678c8b6f7a91e17437b0578be47f 1.30 MB 1,657 13
848,716 848,716 000000000000000000019a548c9f6d95d76af25226d5b6dd5b3229b3ed33747e 1.58 MB 4,482 19
848,715 848,715 000000000000000000006dd7e05478cdd71fc80409a64f29b5438163b6203721 1.48 MB 4,000 25
848,714 848,714 00000000000000000000713039bbcb0fc10014b363a13c7b4181e3c45b6e3826 1.64 MB 4,877 16
Previous 10 blocks ↓
Total Size: 688.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.29 GB sent, 127.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.