Memory Pool Memory Pool Refreshing

35,500 transactions
33.53 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,223 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,857 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,222 (26,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
838,155 838,155 00000000000000000001359d9e96047ad3f85e8817dc99a942c6e8a987c4f22f 1.47 MB 2,606 10
838,154 838,154 00000000000000000001bfdf600a744af8498ace7050f7743849fddcae3e0afb 1.84 MB 3,114 13
838,153 838,153 00000000000000000000769f5513cdca937f23c75c5fa3b52ae813caf402417f 1.95 MB 3,063 13
838,152 838,152 000000000000000000021257a8ff7c95247d8ead436404e95ad8a9cbd130e8be 2.31 MB 2,449 14
838,151 838,151 0000000000000000000153df1000cc45b7167c29e19bcb8b96cc37b485ce1a75 2.09 MB 2,587 12
838,150 838,150 000000000000000000021cf4bdb49523344523353b7e4b92a212832f0558fa97 1.58 MB 3,377 16
838,149 838,149 000000000000000000035d1f7fef6cdb8bbe84b18fe3f3e2ef74720bdf7fc4d4 1.83 MB 3,073 10
838,148 838,148 00000000000000000000df5962c72b2e340f7137d29bf0e62c19337886c5924b 1.69 MB 3,405 20
838,147 838,147 0000000000000000000124fa6dc63859dc058ed318aa7a8947ee41bbe35ea137 2.23 MB 2,755 10
838,146 838,146 000000000000000000020c844a20f195e06dd1da64c1321c71bd4e06c6735d28 2.06 MB 2,771 17
838,145 838,145 0000000000000000000119cd0161039d75d4d4edc531b6e9c6222b44961ebced 1.80 MB 3,125 6
838,144 838,144 000000000000000000016a212d80af36bafc251361214b831f0d1fde21422679 2.00 MB 2,808 9
838,143 838,143 000000000000000000021b0b4af34393ac04dc87d978f45696c90b4e04ff5a29 1.54 MB 2,682 10
838,142 838,142 00000000000000000001b5ab8f446aba25f13ee1a39c99cc5cf3c1cbed2e1c5d 1.71 MB 2,993 14
838,141 838,141 00000000000000000001e44f1f0b94addd2cc185d42acf1f20690661fe4091a3 2.20 MB 1,658 10
838,140 838,140 00000000000000000001335e3c53e682b2cec78a6424e29f0c47b6978a9264db 2.35 MB 2,116 12
838,139 838,139 00000000000000000003026f4c96458322dc7c1645801317330c5459e1cd7b98 1.65 MB 3,194 16
838,138 838,138 000000000000000000010e52c7a6da690f68a6417d0702cb21e73e5a513dcd71 1.70 MB 2,612 16
838,137 838,137 00000000000000000000d93b920da28da336deb3e8d6c765af93ae5a00547278 2.48 MB 2,265 17
838,136 838,136 00000000000000000001a19d663c2ee77ee12fbeaee4778c3de203f4a803f5b9 3.22 MB 1,354 6
838,135 838,135 000000000000000000015f613985b43e2032cfe5473ddda72cb5f0ef57f32228 2.76 MB 1,692 6
Previous 10 blocks ↓
Total Size: 688.46 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,626.24 GB sent, 128.00 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.