Memory Pool Memory Pool Refreshing

68,339 transactions
32.14 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,136 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,726 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,135 (387,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
483,115 483,115 000000000000000000a1f5d3ae825d5794f02f3d5975f166e7b9a3e7c1314bad 1.00 MB 1,789 86
483,114 483,114 000000000000000000454f9bdb871cb2ffeff066e4be185009e492dd01c699c2 0.49 MB 1,058 291
483,113 483,113 000000000000000000aa48df8db553089a01319ab9a75a88dc7722c84f6e6f78 1.01 MB 1,956 187
483,112 483,112 000000000000000000e180f924b1d818a776d783f9b89d3b6c1f98306149bddd 1.00 MB 2,059 255
483,111 483,111 0000000000000000000e6519ff430a7fe76e5c9a5fcfc391577a33abc550755c 1.00 MB 2,121 394
483,110 483,110 00000000000000000064bffaa5aadb606e8087db945ea9ac82c5435efad6dcb3 0.76 MB 824 113
483,109 483,109 0000000000000000011e49474d632daab097d107799e712b3571e19e3d8fc317 1.01 MB 1,263 154
483,108 483,108 0000000000000000000e801221fcd005812a47e777452820bb3d29c26a3e2491 1.00 MB 1,690 153
483,107 483,107 0000000000000000006aa97b8275151824b1658fc1dd3c63770c8e53138da4b9 1.00 MB 2,031 326
483,106 483,106 00000000000000000046f67c4122a6ff7edefa43102f2c61f92c148f2c140820 0.70 MB 1,127 241
483,105 483,105 0000000000000000002cdc30b67203880af41081ba35104b118901390aa3d056 0.37 MB 760 285
483,104 483,104 000000000000000000dd0dadb44ee5112d3a8e2c739e01157bf712e63c1cc65b 0.91 MB 1,825 141
483,103 483,103 00000000000000000065eaaa9bd834ac7bb279e2c616e7acf472cadd2a43743c 0.95 MB 1,797 279
483,102 483,102 0000000000000000001cd7d04f033d74e057a33d03b29db71ecf7f32ddd0619f 1.00 MB 2,059 126
483,101 483,101 0000000000000000003a8238a91f1c2b9ac7032f229555266adb98579976654c 1.00 MB 2,217 361
483,100 483,100 000000000000000000cc2dd9f0c553e9eb3c2e3fe639676e68db7d779e987ec3 1.00 MB 2,736 406
483,099 483,099 000000000000000000a156804ebbc58eb9aa02fd4e742f1674e2163da50941f5 0.21 MB 478 227
483,098 483,098 00000000000000000017ab7c1a1889aeb764d0524a8a30d63c0aee64f06d0858 0.42 MB 908 241
483,097 483,097 0000000000000000000f5480eefa1becc1555b9bec306a67ca2f0eafdf878b0f 0.22 MB 468 244
483,096 483,096 000000000000000000352c75e4088f0c56572f1c71b2af5db2b34133049580e9 0.49 MB 1,005 236
483,095 483,095 0000000000000000007b1b83d7aa27a87d7559f8c87a710229733957939f0c5a 0.73 MB 744 109
Previous 10 blocks ↓
Total Size: 699.71 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: 2,185.17 GB sent, 208.49 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.