Memory Pool Memory Pool Refreshing

39,598 transactions
27.09 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 864,376 (63,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,564 800,564 00000000000000000001cd983dd1d72167acf1434a015795347ca80b77984e51 1.87 MB 2,600 10
800,563 800,563 00000000000000000001e9f95b79df5b55356936021e5eea6b674f64a20682f9 1.50 MB 3,257 26
800,562 800,562 00000000000000000004265a90f0ad29df4263fb261f2e2cfd36431239e5ddc1 1.74 MB 3,947 12
800,561 800,561 00000000000000000000a2c3290db1a1e017e160d3c5b2b551834fdb0f086574 1.64 MB 1,721 12
800,560 800,560 0000000000000000000100150fa4c3b7029818f0beb26597a170bf37715463c7 1.81 MB 2,123 9
800,559 800,559 0000000000000000000029979252d7e8c295c05eae3807850213bd02c455f9ae 1.80 MB 2,591 16
800,558 800,558 00000000000000000000567ac9468f522d1fe2ee1b018d36f6a10958dabd0884 1.52 MB 1,288 12
800,557 800,557 00000000000000000001385dacd3bd1dacfbd124da39ebd551d5a245a89c0fd0 1.47 MB 2,449 15
800,556 800,556 000000000000000000026692969f1c1fa029b75b4e9d4cc357242a3d28687440 1.72 MB 2,143 13
800,555 800,555 00000000000000000000ab7d5884f315fa9cba3655ff93aa738aa92207e2cb4c 1.50 MB 2,458 19
800,554 800,554 0000000000000000000560e92cebe45d6579aa566de836de5f218418fa276fca 1.47 MB 2,640 25
800,553 800,553 00000000000000000000c8ca2fc128bcb75661ee67af7184e48e0b9646a9e7f3 1.52 MB 3,172 19
800,552 800,552 000000000000000000041dcf808f794f48b00f446b4fcb3b80f4f9782deb2109 1.41 MB 2,442 24
800,551 800,551 000000000000000000036524007bda8766cbfaba6c26d7c15926862d97fc9aef 1.39 MB 2,691 32
800,550 800,550 00000000000000000002a2f8149dbeb98511d2f84d2ab1c3b74f71fbcc5a01c8 1.27 MB 1,840 21
800,549 800,549 00000000000000000000a98d4890605c4dad7c973f32bab8520f650623580015 1.46 MB 1,782 9
800,548 800,548 0000000000000000000018af01b72d433c03d04c57c06664334fdef88b1434f2 1.80 MB 2,703 10
800,547 800,547 000000000000000000048dd1a15257ffd381afb4c03f5be43ba25e34c8a57153 1.67 MB 3,316 17
800,546 800,546 00000000000000000000da8ac8f285c728d41a585385ea26621930b62535c331 2.22 MB 2,394 10
800,545 800,545 00000000000000000000614fb8c4aca5ae120af89ca47ccd1dcc9cbc58c7adfa 1.46 MB 2,842 19
800,544 800,544 000000000000000000053b134abf6e60beb2eb849b28ef2f8f452a8d6b53a927 1.47 MB 2,834 17
Previous 10 blocks ↓
Total Size: 688.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.88 GB sent, 130.55 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.