Memory Pool Memory Pool Refreshing

10,622 transactions
4.11 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,114 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,903 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,113 (801,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,688 106,688 000000000000827904291b52a36c4652e1d7164d66e5253fced7ab68cfdeff50 0.00 MB 2 0
106,687 106,687 0000000000017dcc26bf5698cbc4bebe41e8a6a2ea3c04b2cc9e196b13cd95c8 0.00 MB 3 0
106,686 106,686 0000000000027f3034d1965bf4970cf3aabfdd91f7765ad6fa863d0ae908943c 0.00 MB 1 0
106,685 106,685 0000000000026f5968caced2667d67f5d9edea98492bbec55a16618aeb8d861f 0.00 MB 2 0
106,684 106,684 00000000000116f767f8c92cd6f0732e58898670be680981c4f017d1994bec2a 0.00 MB 4 0
106,683 106,683 00000000000246c3056368c1cebe83d233a763e28fdb37ee5272fdb75a5fe31c 0.00 MB 13 0
106,682 106,682 000000000000d692855b68c550a8f81a947a18ab39c65f4b7d44db1c91007e6d 0.00 MB 1 0
106,681 106,681 000000000002e0af0c7aaea5c934addc630086e0187a33167b911e4f2c4f7d74 0.00 MB 1 0
106,680 106,680 000000000001f7057820c4b8ee5c6d6d57e82253a28779cbd29aff2188770436 0.00 MB 4 0
106,679 106,679 000000000000bf003b5b61b4895f4890da5cd1a38e16413480868008fb1124b1 0.00 MB 1 0
106,678 106,678 0000000000027402a97b6a88cb550a8aeb32cdcf8bfddcb6c045e51373d1eeb5 0.00 MB 3 0
106,677 106,677 000000000002373ad04b6fe535754ba8217d421fedaf6b61fe6ef588032fd1ac 0.00 MB 20 0
106,676 106,676 000000000002535ae0f1dd9c0d8c17be091bd313f893ddae27bd9393bcb929dc 0.00 MB 1 0
106,675 106,675 000000000002b8b8126b5a952fecdfee500721c53e30bb5f89e408e78e972717 0.00 MB 1 0
106,674 106,674 0000000000025677fb7103b372873cac7962b8aa27bd5ced02fc5630deac5235 0.00 MB 1 0
106,673 106,673 00000000000186688a89e98a0a4f48bc900cc021469b7e3fa277b529fa42682e 0.00 MB 1 0
106,672 106,672 000000000001764ed5657265f29434864b03539b95373d3f2244eb897dbecc7f 0.00 MB 1 0
106,671 106,671 0000000000015665f0ba9542ca13716aaf90b7636fbbe9456f36360d8dd47bda 0.00 MB 2 0
106,670 106,670 0000000000008e2db2397b2ea080078ccc9acaacf4114d84fbda751722fbd7c2 0.00 MB 5 0
106,669 106,669 00000000000111b98c718ca240ffd1f1989e420e8591dae207dc0199b730d60d 0.01 MB 18 0
106,668 106,668 0000000000013707b0244e7293250b2c70e60845136fe9bfb464b8627863bed3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.76 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,679.69 GB sent, 96.71 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.