Memory Pool Memory Pool Refreshing

5,125 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Priority:

Feerate Time
3 sats/vbyte (within 2 blocks)
2 sats/vbyte (within 3 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,746 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,742 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,745 (852,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,337 56,337 000000000cdf74ae4cbe408459621da2bc8368927c9df5f5045b04a8cfeda7a4 0.00 MB 1 0
56,336 56,336 000000000298264c5e19a8d57f2a6e1e9f7f794e7ea27a5d6959443a769b868c 0.00 MB 4 0
56,335 56,335 0000000002a11b9b480c5abf6873df66a2e3bde71d46855e5cd7b84ea62bb998 0.00 MB 3 0
56,334 56,334 0000000001e530ad2aa47f5ff6c66ea70633b840384c6041057b225b8df4345a 0.00 MB 1 0
56,333 56,333 000000000a1bc75770b3acbf08fa3e8f33c843d0faab818c3c51b1e77b67a053 0.00 MB 1 0
56,332 56,332 000000000557bdeaebd835f275f88924f60c0a0a8fd6930c35d8d4988333daca 0.00 MB 2 0
56,331 56,331 000000000d9235a51751f61c950482a1f41407b20b39c8556d318c1d31298e3a 0.00 MB 2 0
56,330 56,330 0000000006bddfe37222591274cb065f97055387f106bfcfa0e0e909c831c707 0.00 MB 1 0
56,329 56,329 000000000aa4a1d1d7383f2ddfbfa13f3cff5ac05abbc657ef03fc09f4d7af10 0.00 MB 1 0
56,328 56,328 0000000003d5030740c6e1493eecd333bc1b3ffd88c0a5415c731d135b270728 0.00 MB 1 0
56,327 56,327 0000000005a4dbf9e6bc68e4b81ac947266263584e7318ce7ec4f9a7aa7df2b0 0.00 MB 1 0
56,326 56,326 0000000004ecc703c5a7f3dcd2444a2e005bd6503a80f2916877e0df89226054 0.00 MB 1 0
56,325 56,325 00000000009dc309a54f0f5c96780cb8108400a7dacc8ccab7ad882979b5627b 0.00 MB 1 0
56,324 56,324 0000000013e4a14c800e6c16db268b52821d17342acaaecf59fd8bc2a9af0c15 0.00 MB 1 0
56,323 56,323 00000000112bb039fa4d105a6c48f57a995031ed69bb1a5093457cf584e671cf 0.00 MB 1 0
56,322 56,322 0000000009fc409e69deea100ce9b2be12b790bbe03fa177feacbff8a89590fc 0.00 MB 1 0
56,321 56,321 000000001274d980975f497144183e4c1db7e0ea5a389de330473006cd663a87 0.00 MB 3 0
56,320 56,320 000000001200320f87066b913dc2fa2ef1717ef337dca0f571cb6082407267df 0.00 MB 1 0
56,319 56,319 00000000100a539bde38757938c5b832d992a39bebd14dbbed29b9cdd335c30f 0.00 MB 1 0
56,318 56,318 000000000f53b616ca0fa211d1fb87479787521745cd826582b4a69ae3224648 0.00 MB 1 0
56,317 56,317 00000000116605527d3d96fd26cb542e122a7fba5ca38df1c586ae041b731e2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.09 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,855.99 GB sent, 102.45 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.