Memory Pool Memory Pool Refreshing

1,684 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 720 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (766,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,475 141,475 0000000000000820d1919e633b3f7486f2d0ba7a27e6435b2059a5a3704368b1 0.02 MB 38 181
141,474 141,474 000000000000003c7215b92c38b4e94b3f37eebd0d4ffa0f5b43b9a9f965d141 0.02 MB 23 87
141,473 141,473 000000000000081ea2af1c7eccdbd99b4bb0d04e0401ecfd67cf69d09b7f7414 0.04 MB 114 132
141,472 141,472 00000000000007650dcdeb4816b0e266b03e30362cb896d584bb1e3c0c03b9ee 0.01 MB 20 87
141,471 141,471 000000000000023c9902f9fa3464a986de26fea50de811a330209a8f424b22a0 0.01 MB 6 599
141,470 141,470 0000000000000396201ba49e0a5b2ba368792465a507038c41ed842b46607d32 0.02 MB 14 56
141,469 141,469 000000000000034459f0a500bf9f32b75016344ff81e22109fe4a4e4526943fe 0.01 MB 13 83
141,468 141,468 000000000000008a9c459186aab9820f7563fdc1fdd26fd184bedfe8b59e1ee3 0.02 MB 84 82
141,467 141,467 000000000000005278183cfacffac44e98baf60ae40e612d725291544823982f 0.00 MB 10 650
141,466 141,466 00000000000003b439d2f4d299c1cf31e2e2f08bbbc5b602cb38e9c0638cf475 0.05 MB 81 90
141,465 141,465 00000000000003da16ad096b6437e2a39d47e7c1fd1620d1188d115f75f8310a 0.00 MB 13 631
141,464 141,464 00000000000002842a763e0c787cbf17a2c98771677e5d871768ea0347790836 0.05 MB 109 142
141,463 141,463 000000000000038a9b046325ab027592c2733a99493fafd81d9fe81492dfa596 0.04 MB 119 52
141,462 141,462 000000000000046b750e9f0ef968184d497cf0a9813431bf826fdc56ee564a07 0.00 MB 12 592
141,461 141,461 00000000000008eb3f220774a6b9acfa62cdc49c797ecfe47d95d02c8e7bee82 0.05 MB 108 69
141,460 141,460 000000000000070f4407e0cf384e05275b7a0f31876baf3636b84cae341f4dc7 0.00 MB 14 904
141,459 141,459 00000000000005ee96db555dc9e0d0355418ac9523fa6b28781d0ae0b0ad425c 0.02 MB 27 73
141,458 141,458 00000000000001bc2b39c43c47b451a8a6cb12bbf0f1e20016abf75fc844aeba 0.02 MB 40 435
141,457 141,457 00000000000004a55a875aedc1a7d8d948df9bf9fcc1805b16d88f3baa4b19bc 0.02 MB 31 138
141,456 141,456 0000000000000608bfd7d83cc0fbe4859c57378ca523916602397830e2f9e65a 0.01 MB 31 247
141,455 141,455 00000000000002d97afabfe911a252cbf0fef3bf90e99edb99497e3fff9f19ef 0.01 MB 42 16
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.