Memory Pool Memory Pool Refreshing

723 transactions
0.19 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,459 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,458 (886,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,564 21,564 000000005ef367ddada2065bc2209e2b6801cfe88cf30d39ea1659c0c395fd04 0.00 MB 1 0
21,563 21,563 00000000a0e63c07249e6736a8ded2bb8342a796a1bb4a449314544aa610b48b 0.01 MB 4 0
21,562 21,562 00000000886fb3f03212810001024ddf14c43efb288bdf75a60949931cd5357b 0.00 MB 1 0
21,561 21,561 00000000b2ada4fce1d20d259bc51266700dd23f5fd28b54ab905f0b04eeac52 0.00 MB 1 0
21,560 21,560 00000000cf738d660e29176ad6e3fa9fff6c7dbdc370d77002b9a37e5ac00e1d 0.00 MB 1 0
21,559 21,559 00000000ff17c8868a7aa37a1385cdac0caaefda81d317c4198767423a38f8ff 0.00 MB 1 0
21,558 21,558 000000003fe7610869e8cb11cbd8505a0234991bf8f8f8774267e39365001887 0.00 MB 1 0
21,557 21,557 00000000c3f5a1bfe8d740f1b94ff9ef1bdbaf53a52687104093d0b590efd4f5 0.00 MB 1 0
21,556 21,556 000000001b33a6286cb0cd5bee7ebe0f324d6cd5fa2c4b55c7c2c48523c45b05 0.00 MB 1 0
21,555 21,555 00000000843022719c79a1073514fb53ebf22464f81d9a60d3723a4aaabfbd3d 0.00 MB 1 0
21,554 21,554 0000000018b070a806cd45c141071cb91349d48c47b80d3c70281e9647c4a0ed 0.00 MB 1 0
21,553 21,553 000000006ad739a6e81ae4e6a43502c47a309f1f4f01a677f5edd1cce2dc5021 0.00 MB 1 0
21,552 21,552 00000000b0a126fbeea645b1fe3fac044a96c5c7469c733dc1bbcf69bf40c814 0.00 MB 1 0
21,551 21,551 00000000a6986f6fa370af44910031688fb45c960ae033f669923e617e444624 0.00 MB 1 0
21,550 21,550 00000000c59151c013292f6f282dd6cf846a79447f19d4cfb54f72644caf61d3 0.00 MB 1 0
21,549 21,549 00000000587a187cbb570caa80a8c9cbb5f0d0c45b9d6ec2bbca794363c7168e 0.00 MB 1 0
21,548 21,548 000000003d6441e3c3659564405522461d96d580dffb81d6cacdd9f321095fc0 0.00 MB 1 0
21,547 21,547 00000000d8eee55ddf21af6b5a2e4700cf0662ef42be5cd9922cdc0af0baed39 0.00 MB 1 0
21,546 21,546 000000001d1dd3d37aa328f7c0411d1ceb8ecdf29c07ee64224f4db1c667f4e2 0.00 MB 1 0
21,545 21,545 000000003d09ba1bdc5acfff39d745665fa01b01e26630312cec2b516b6fbdd6 0.00 MB 1 0
21,544 21,544 00000000cd3ed6da652e748b55a355ce44129ba0e3d22c66d54f62cef2b88fc3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.56 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,777.38 GB sent, 99.80 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.