Memory Pool Memory Pool Refreshing

35,757 transactions
28.37 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,465 000000000000000000032f140000000000000000000000000000000000000000 Now! 1.00 vMB 3,506 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,464 (60,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
802,546 802,546 0000000000000000000429a0b600e5a6b827e47e2c0264649f87f792b5d61d6a 1.32 MB 1,782 31
802,545 802,545 00000000000000000005214d5742ed47ca4eb37fc927df554908d9670c83518f 1.39 MB 3,084 47
802,544 802,544 00000000000000000000c0a2415b155a6792558d7dcb35b07e881bfb1a17135c 1.52 MB 2,951 19
802,543 802,543 0000000000000000000526061051e87a046fdf3a6767169a246042959c1198f2 1.89 MB 5,512 13
802,542 802,542 000000000000000000027bead92a73c5dde1ab17db08c460bc3e35482ea961d6 1.21 MB 1,293 10
802,541 802,541 00000000000000000004fa6b437127be6944cbfb28bc5e1921df2d7930acfd39 1.12 MB 960 15
802,540 802,540 00000000000000000002cd15c70bb54f07c0009395153927cd6fae7cbe92b036 1.93 MB 4,475 11
802,539 802,539 00000000000000000001aae5cd5b2a018cab498da12e20aef4710aa39bfea79b 1.22 MB 188 11
802,538 802,538 0000000000000000000365a8995022d0b33251b5e56326be218a004ad1baf9ae 1.18 MB 1,138 17
802,537 802,537 00000000000000000005268c5e6549c8d0c00f499cff0e49caf13c97648c52f6 1.70 MB 1,532 7
802,536 802,536 000000000000000000002a6be1ff67d6df786187641b4fb0d99dae9ce2c47be2 1.49 MB 3,229 20
802,535 802,535 00000000000000000000221a629e9c6dc512b941bd770118b647d276885b8260 1.27 MB 1,036 9
802,534 802,534 000000000000000000011af3262bf110b2ad42c4efab811ac4ff91ece1a49611 1.48 MB 2,714 23
802,533 802,533 0000000000000000000441017717dbfffca728ef5447fa95ed2b5165a0321f3f 1.54 MB 1,999 14
802,532 802,532 00000000000000000001cd5df0ea71899f40463db156b75dbb0c6ee9f14dfd3a 1.43 MB 2,052 11
802,531 802,531 0000000000000000000051ee3e6901d195f83a3ebc6e70bf8d28ee2e6af93059 1.61 MB 3,275 26
802,530 802,530 0000000000000000000163759c08b0404b278fae73658f69cb4776505bc9d486 1.55 MB 3,405 24
802,529 802,529 00000000000000000002bda7220f895fc41167e27421370be3805aafbd9213c8 1.53 MB 3,362 20
802,528 802,528 000000000000000000038f2f4885969ab58da9a0b5cc75d371049b3c015e3e60 1.52 MB 2,842 24
802,527 802,527 00000000000000000000070d0997b8a352a3f70c3653ae72fede9e53b46be42e 1.59 MB 3,728 28
802,526 802,526 000000000000000000008a079d0bcf6fc3123ba0bb1446a9aec157e32c8e2252 1.41 MB 3,043 48
Previous 10 blocks ↓
Total Size: 687.00 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,501.22 GB sent, 118.42 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.