Memory Pool Memory Pool Refreshing

13,096 transactions (6.07 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 3 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (11 blocks)
  • 5 sats/vbyte = (7 blocks)
  • 7 sats/vbyte = (4 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,922 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,842 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,921 (836,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,156 72,156 00000000003300d22ef7864dc3778918a69c9fddfef667d0f637eddff9ada9d5 0.00 MB 2 0
72,155 72,155 0000000000ca60706c2b9256184b74aa17c51b958c606fb0b6bf7014f0b17809 0.00 MB 2 0
72,154 72,154 0000000000aaa1914c293ecbf667c32e0e6875e5aac68f6a5c188437a7c26b2a 0.00 MB 1 0
72,153 72,153 0000000000c44c58f6e31a505bf60e941cb583569254827ce0168ddc9cab902e 0.00 MB 1 0
72,152 72,152 000000000075e3e84fdeea5b56fa7887ec7c50896b65ef3c31a24f58cb8e4f06 0.00 MB 2 0
72,151 72,151 0000000000765b66351fea79c5bc3d6b2cb442af3fd5f2e7951b135b06571ee2 0.00 MB 1 0
72,150 72,150 0000000000d22c124187bcfa7793cb1cf8640d9dbe49a6114885eb86cfe031a9 0.00 MB 1 0
72,149 72,149 0000000000c524b0da5d61fcfc05d14adf210b2aaffdb8fdea71fef1cc65713b 0.00 MB 2 0
72,148 72,148 00000000009dbb9f76982351cb04218a26d74c96fb73fc0542070a8786a0c579 0.00 MB 2 0
72,147 72,147 0000000000daf3e579974c91038020f2ade31cd0fa08817829e67dfc93eeaf48 0.00 MB 2 0
72,146 72,146 0000000000a17b36b3baa14b1ab519a97f8d50c5b88b9e69e8fecdefadedb635 0.00 MB 1 0
72,145 72,145 00000000002eda10df0e2349c4c329f5ff51d44ec6a76f3a579ec51f31fde764 0.00 MB 3 0
72,144 72,144 00000000002cce65fb6634427421a4f6ed2d0f3e17a581ffbf16c85d8b556bab 0.00 MB 1 0
72,143 72,143 0000000000b9ecdee1ed479579668b69076d2d1bd37287d821cc61b83e1941ae 0.00 MB 2 0
72,142 72,142 0000000000a86824bc08a95b52b580b8182d03ee6106b4d18aaf1b3afb75ac9a 0.00 MB 3 0
72,141 72,141 00000000001d7c16211a636018ba454189697d381c51a2f8e2c15bd3a1093653 0.00 MB 2 0
72,140 72,140 000000000101875109a3aad6b5468d11abd738358a5ba29358d9dc26c0c08d11 0.00 MB 1 0
72,139 72,139 0000000000c87fe716e89cd72e6d0e975d83978a870db7ed705d230b1c754749 0.00 MB 1 0
72,138 72,138 00000000005c5ddc52114e40aae9ab87f6e2774e1b3680b4391c352407f6d43d 0.00 MB 7 0
72,137 72,137 00000000009674a7358468ead37d4cd3816952160e1fc274d0dd9fb1f2ee63a2 0.00 MB 1 0
72,136 72,136 0000000000143038c5f96aff59687d11a213094999018e8b77d46b0e0b93d792 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.40 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,864.07 GB sent, 104.41 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.