Memory Pool Memory Pool Refreshing

2,819 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (108,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,279 799,279 000000000000000000035435491d50cca2f6fab453214d1d352b5e0d168d1849 1.35 MB 1,946 17
799,278 799,278 000000000000000000018387c50988ec705a95d6f765b206b6629971e6978879 1.83 MB 5,044 11
799,277 799,277 00000000000000000001c479fce744a1b8c590c314e1789db2dd61da4c065700 2.08 MB 6,569 6
799,276 799,276 0000000000000000000386aec6ab5218f1cf840971563e113a74e3b51453cbcb 1.99 MB 6,229 7
799,275 799,275 000000000000000000030499403addc21e3d9d597346ce3ef08146263a2b56fc 2.01 MB 6,014 6
799,274 799,274 00000000000000000004f15c4e094784253ef012e65e584dcf7c160efab5d694 1.49 MB 3,436 18
799,273 799,273 0000000000000000000491376ce2a8b97d520530dda675b4aea110dece927b61 1.75 MB 3,827 13
799,272 799,272 00000000000000000002e2bef6574db7517485ec8509c47feaf7c4c83c135eeb 1.62 MB 3,246 7
799,271 799,271 000000000000000000017ad8a0ae4372800f365820d38a9d879ee29b3ba169f3 1.54 MB 3,146 11
799,270 799,270 00000000000000000002db3236242c2b643e01aaf30c9c33bcce42d75c135385 1.67 MB 1,630 11
799,269 799,269 00000000000000000003deb35a491fdc7f2635e083bd1d6e3909d9f1db4cc762 1.48 MB 3,246 18
799,268 799,268 000000000000000000002ffaad9b5d566489b9549a8a8b74a1b36cc3835bdc7c 1.27 MB 1,843 9
799,267 799,267 0000000000000000000328964349a0d7ebbbadb6019da445613e42d678debb74 1.43 MB 2,859 9
799,266 799,266 000000000000000000027cb45af23bef32fd0c3bfe783a3a89e148d559eca4c1 1.50 MB 1,629 6
799,265 799,265 00000000000000000001583e03f63d7db52f3a0e3d030c7012de8411305cbfe5 1.56 MB 2,041 12
799,264 799,264 000000000000000000037ef0746b5a8cdd13d542d3bca47e5a6126c5b7a1e6b7 1.61 MB 2,341 14
799,263 799,263 000000000000000000024fe9c27eae2efc712be52f6e561f0b6f0d126071a731 1.73 MB 997 12
799,262 799,262 00000000000000000003bc1e8f6beb8e74d3ee8ccd2a608269969130b4ac2301 1.47 MB 2,694 22
799,261 799,261 00000000000000000000daef6cd180e2b266dcb1607f2e55ef3d11c391c43be5 1.60 MB 3,571 15
799,260 799,260 0000000000000000000048b73825817f1d0323db2ea70479d6bd40f1def6b6d9 1.63 MB 1,692 8
799,259 799,259 0000000000000000000102a97306139d4a0ac8becd603e3be14bed73a7010c64 1.71 MB 2,137 11
Previous 10 blocks ↓
Total Size: 769.05 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,627.43 GB sent, 93.12 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.