Memory Pool Memory Pool Refreshing

6,845 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,572 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,494 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,571 (856,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,622 51,622 00000000039a6eb893ef8a620aec00df90e4b24a3a49ad5fa9dd0f241cf97c2b 0.00 MB 4 0
51,621 51,621 0000000001875acedcb6efc54aeacd120b7d597ec83dcb0ccb7f08e424797ba7 0.00 MB 1 0
51,620 51,620 0000000001f07235091e91da04cd9943e8f0d20c460cabd065ee96262b7cb0ac 0.00 MB 1 0
51,619 51,619 000000001b476f92d7cb85ff3637cd0c7922761f8cc5b8dd0b599eb8a23e9f1e 0.00 MB 1 0
51,618 51,618 000000000668fef7c144c1ab8cc8ce4688843a86208e1c37902d485d262d1493 0.00 MB 1 0
51,617 51,617 000000001aefe46ffc257e12c4aa877a7ba4963e6cbf3f46b16ffe7d7268ab1c 0.00 MB 1 0
51,616 51,616 00000000115f10df689edd4a730a203b8fdcac6e5ce84a2fe8b67cb9edf5bacd 0.00 MB 1 0
51,615 51,615 000000000c25131bafa6d882fc162c05d792d613e7f75f997f1ac0e13928a569 0.00 MB 1 0
51,614 51,614 000000000cd2c86360efa7c9eb6f9ccdd6d6af70e401daffa77e875df95e6726 0.00 MB 1 0
51,613 51,613 0000000008b3473f684adb0da7d9ddaac024314ef464d8807c3b597d62ef1091 0.00 MB 1 0
51,612 51,612 0000000007f056433f00ee6566520703c9048fdf5f97c2e0254603db8c5f1a22 0.00 MB 1 0
51,611 51,611 000000001fa3de18adb99e7efec4b41a9f7cd3801f49148a90f7150208af4455 0.00 MB 1 0
51,610 51,610 000000001b40c3828d557b835ab1c84c1c033ee5a7a79d0ab370c2457838a754 0.00 MB 1 0
51,609 51,609 00000000123841c9bee966f85818f61b359655b2b1c8a7987b3dc93eb88c2298 0.00 MB 1 0
51,608 51,608 000000000dbf909a4d57ee0f6dcc3836885d1eb5d36e33795515339b3d382f0d 0.00 MB 1 0
51,607 51,607 000000000387e32b23cd14684c97b0d06164912b749d68fe0d42bd68b007c67e 0.00 MB 1 0
51,606 51,606 000000000b2b02851c089f07a0b0fc3acf1e7171f6b5e44f21042e56457d3a31 0.00 MB 1 0
51,605 51,605 000000001766467a263cfb77c7fde0999fa806ce78c0fef533ef7f07635e311e 0.00 MB 1 0
51,604 51,604 000000001cbb520b84730a984cd1c35a753c2fe752bdad5dbadff88e7d229bec 0.00 MB 1 0
51,603 51,603 0000000016fb25c14cfc99e97fd7c9888d5ab329e58362805eba1525a862bdec 0.00 MB 1 0
51,602 51,602 000000000b2f91e6a3a5a860fc7e2f820957201c2d30180bc9be210cbb669320 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,848.10 GB sent, 100.76 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.