Memory Pool Memory Pool Refreshing

611 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,543 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (902,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,747 5,747 00000000f114c2a19b4ce84b9dd7120e6f777f68bafd5da0872f1e2dd61ac71c 0.00 MB 1 0
5,746 5,746 0000000080641eb0b46507f316943ffde2543b371233dc30511b3679f57739e7 0.00 MB 1 0
5,745 5,745 00000000c8d895150743b70dcfbadbbc5daaae7ec8d697d1a02ea2d5e3b56aa3 0.00 MB 1 0
5,744 5,744 00000000da2620578421bef48e904ed4cbdde9241d887d27a0c92dced7a5e380 0.00 MB 1 0
5,743 5,743 00000000b9398f1b4ed08d3288f187239644e534184051835a02a0eca0400575 0.00 MB 1 0
5,742 5,742 00000000b4e50cb9b4a679c672ebdc5022fffbe0849f85356ca0e2bdacea5087 0.00 MB 1 0
5,741 5,741 0000000007bbb10a32beb11f9659fd246cbe09b9b3c933e2f4fd3dde9aff2aed 0.00 MB 1 0
5,740 5,740 00000000173387ddc705e1b4cddff3e993ddfc4eb087c6e42ef2b245ccf31e5c 0.00 MB 1 0
5,739 5,739 00000000cb46b92d09a373864a17f84a3e553ffac83858d5cbedc659f01112f2 0.00 MB 1 0
5,738 5,738 00000000cfafc98e75705e6fc693f0f54fdae4dd304586b1474743b1f383b381 0.00 MB 1 0
5,737 5,737 00000000f1fabea7162c2ef951fc96c6eac554d1b81327681de02ce91d6b6870 0.00 MB 1 0
5,736 5,736 00000000cdb0330da16925b7d3f3940a63e9be16325920edac597912801301b5 0.00 MB 1 0
5,735 5,735 0000000070f032cc00f18102b806258afa380dede23345c2ef5220b6b8b2ef1b 0.00 MB 1 0
5,734 5,734 00000000f394b4b366c84301059474799b88243c32b800ed86376517fe27659e 0.00 MB 1 0
5,733 5,733 00000000314d10afa32ee1e395604d6d5f30f5c7bfee78900077aa10884edaa8 0.00 MB 1 0
5,732 5,732 000000005d3426b59913052bc769be948246bc688622d646023cdbe0c8c1148a 0.00 MB 1 0
5,731 5,731 0000000090f6f2723c6ca4d9b935dedf309f6d150c1022184caae070406195a1 0.00 MB 1 0
5,730 5,730 00000000a591a0a31953764ac5bfa1f6b1ced9488d83147c7fd757382b2656ae 0.00 MB 1 0
5,729 5,729 00000000928d6e95db96fe3dfbee33d3ad024d8dce7ee8539b7e8126f452c2bc 0.00 MB 1 0
5,728 5,728 000000004fb37075fe8f2c9b0f1e51005036de6161a2a28f53486461c97cd966 0.00 MB 1 0
5,727 5,727 00000000d23c53595408fb2b5b21e97d816db497c199b662c3ebd1dee708ebee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.49 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.