Memory Pool Memory Pool Refreshing

6,635 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,684 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (4,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,389 903,389 00000000000000000000c6013a61a8ddaf74f05a58d6dc149e4793238772e122 1.53 MB 3,699 8
903,388 903,388 000000000000000000005e841cefe1189f8b2fb7cbade875db356242495f71b4 0.53 MB 1,179 2
903,387 903,387 00000000000000000001dfe48cd6c24842757a8422db2e000c2fc1ab42ee510a 1.10 MB 1,897 2
903,386 903,386 00000000000000000001be5f7f0655257180fa3f1cdd04bd7df47bd5b44b5368 1.40 MB 2,362 3
903,385 903,385 000000000000000000022888984ce32a4da75656e1e5e84f7c8827718336ceb5 0.51 MB 864 1
903,384 903,384 00000000000000000002413e584886e23cd45bb3eb02c2beadd84cb864da4d41 1.47 MB 2,641 3
903,383 903,383 00000000000000000001df6cd61d5b76d5edb69541ef1ede082b665980d06cd4 1.20 MB 1,994 2
903,382 903,382 000000000000000000007fdf4ae3cf3efa219c40f60b4490988c6e924ba389e5 1.31 MB 2,229 2
903,381 903,381 000000000000000000007db34a550554f4b882353185ca2ac1e792f44dd34460 1.58 MB 3,117 2
903,380 903,380 00000000000000000001770b12b7f5453575f74f9855b975c6345e5ae29e0f52 1.81 MB 1,556 2
903,379 903,379 00000000000000000000708a6447d56220de4d4b2ac7462a6f533d3609320be5 1.82 MB 2,012 1
903,378 903,378 0000000000000000000032e763044dd6fe23e6d23afdf5ecaf59717318f0bbf1 1.93 MB 1,439 1
903,377 903,377 000000000000000000023354afd0e8f9ec646b7499013f9bb8a6846a8d01caf8 1.57 MB 2,659 2
903,376 903,376 0000000000000000000131d357cd7087a680f4f116f779a6ba76090b63df4eaa 1.38 MB 2,383 2
903,375 903,375 0000000000000000000227c21e1290fd8b4877ed9c42e9cc02c867cb9945a3ca 1.33 MB 1,777 2
903,374 903,374 000000000000000000005c97d7b22d9370555f339f56c346ddcad43796af2adb 1.38 MB 2,695 2
903,373 903,373 000000000000000000015462acd9e6b013b8839331299f5127ebc71efacd1aee 1.66 MB 3,219 5
903,372 903,372 0000000000000000000220527b73dd85547e2d5392434b1905e0940fbefbdd6d 1.55 MB 2,947 9
903,371 903,371 00000000000000000002598fdb35e38703f8d5386b01998dde0d9b6a11d8428b 1.71 MB 2,987 1
903,370 903,370 00000000000000000000f961d168d10eeacd56ddde6aeeab600bc2eacc65dc23 1.52 MB 2,791 3
903,369 903,369 000000000000000000006536fb79692f349d6866b3b4205bb4a75ca5d931b1cb 1.50 MB 2,908 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.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.