Memory Pool Memory Pool Refreshing

14,186 transactions (5.05 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,889 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,480 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,888 (818,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,178 90,178 00000000000a0e7fcf5ea18bfa63014333335e8c9f12f2a7a6942ea02f101ae7 0.00 MB 5 0
90,177 90,177 0000000000000512a0ded9e11ff055ec45f711c092ad426ad8917bb39394fe81 0.00 MB 1 0
90,176 90,176 000000000007e2d88a1abcc7b752997702f0d643ddceab5bc02b4477d4aaeb40 0.00 MB 2 0
90,175 90,175 000000000000437d656bbe19b86cd64dced84eb96b59c345a671b7a32360fa15 0.00 MB 2 0
90,174 90,174 000000000012a7dcfba3a19e5ae16e527926ddfbc28a7dcd309e317964682072 0.00 MB 1 0
90,173 90,173 000000000004a03df60f3597fd01141f23833970a543d7da01e1cc954e2fcbd6 0.00 MB 2 0
90,172 90,172 00000000000bd6f3112e279aa937b9a807f89d4cfe494b6239745f01cb48349f 0.00 MB 2 0
90,171 90,171 000000000002ef9c1928e193706cbdcfc97b63a645c59a76043c856d96cc9718 0.00 MB 1 0
90,170 90,170 00000000000597d472da9c8e69d073f11352f282c24a4e0ae4124da30dd46681 0.00 MB 2 0
90,169 90,169 00000000000b76f7da1e195bfb9bfa6b6d417b872fecd22b732c38bbb331035a 0.00 MB 4 0
90,168 90,168 000000000003568992dc7fed0b2f2f3652df61863fabe6a3f6adc0b507849e7b 0.00 MB 1 0
90,167 90,167 000000000006f99c0436ef676b7e088bc2126f725b94c475e2b6a5aef80f6f6e 0.00 MB 1 0
90,166 90,166 000000000000c374c9f376766d44eb7d453e5ba0934d227cb65ab081ecd5dd9c 0.00 MB 3 0
90,165 90,165 00000000000c158b2ca2d53a84057f7a9d0067b18b9e1ade25235ff8a3e3cfb4 0.00 MB 1 0
90,164 90,164 000000000001e0a8a1124324fc7ad68d05023629213535ccf6af450c72fa04aa 0.00 MB 4 0
90,163 90,163 00000000000ecd7790f0d9211a9fda1178afb33aa28b55d068143e5ce6cbd172 0.00 MB 1 0
90,162 90,162 00000000000356419c0e8435a008a1bed92b51d5b1870e55b0eb198126d82846 0.00 MB 2 0
90,161 90,161 0000000000152c0fda7d7bfe3c3debd652d9a96e179b0ac641d4e520f476d1ee 0.00 MB 1 0
90,160 90,160 0000000000145dd6ca94a277cc8a6885309386389a83ee3891ce941b143ee1af 0.01 MB 5 0
90,159 90,159 00000000000b0921cbf23558b2602f03919e7407ce59659b3e104553230b7e79 0.00 MB 2 0
90,158 90,158 000000000008678133ef5bb3814a7d7cc50c681ebe13786ec3cee9e394208684 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.34 GB

Node Information

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