Memory Pool Memory Pool Refreshing

3,906 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,937 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,936 (165,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,670 742,670 00000000000000000001c86b5ae086da6d44958c07f2fccd53745babba79fa83 1.30 MB 1,868 20
742,669 742,669 00000000000000000004217c926333f3b6e1a5da21c7458272544a1f184cbf97 0.13 MB 255 14
742,668 742,668 0000000000000000000019e2fbb326c56b8f5415d3177790e9d6ffe75b5bbfd4 1.24 MB 1,731 11
742,667 742,667 000000000000000000045fd43b5151a9e6eff2e08866ec18d5ce7d1dc703a676 0.41 MB 759 11
742,666 742,666 00000000000000000008e95cc2dbbaae8554542c327b9ddac8aea60a3b944303 0.19 MB 388 14
742,665 742,665 00000000000000000006d2d882f04f044f5fede6bc92fb35002e5e4650e288e5 0.19 MB 243 13
742,664 742,664 00000000000000000000a08b8477817a6f9686715df34c8ddf70ab1b922a3453 0.19 MB 367 11
742,663 742,663 0000000000000000000764b23611ca80ece711f8d4579321d1132195b7596a41 1.09 MB 1,525 11
742,662 742,662 00000000000000000006abab4d5836f8d6e9bac5e1a28dfaa78988d691298f16 0.75 MB 1,077 18
742,661 742,661 000000000000000000098265ae9bd9ba0ab7a3fe52d655c30b68d2cdc43dacbd 0.30 MB 209 5
742,660 742,660 000000000000000000063aa257761ab7627db5171c466e4b2c1b47c9a06b7e09 0.03 MB 79 20
742,659 742,659 000000000000000000091efc40ff293ca809390982afedb63cacb75d14590ff9 0.37 MB 700 14
742,658 742,658 00000000000000000007772ccde06fb975afe2807b3941c37c29f5209e5d3671 0.89 MB 990 9
742,657 742,657 00000000000000000001214b9da293e0f42be87de8ec82a2d5b1167e01a7c8a8 1.51 MB 2,582 8
742,656 742,656 00000000000000000005275e8374d624e506d971673e06e96f79b5e8e819f2d9 1.42 MB 1,930 16
742,655 742,655 000000000000000000062efaf86616834005cd268833886ffe981386fb5d7572 1.20 MB 1,604 22
742,654 742,654 000000000000000000079209478893d1080103ace2c08ae6078903ca415bbd22 0.17 MB 155 13
742,653 742,653 0000000000000000000074dae09b21eb788a65300fdd229e67fa4d2c0105c342 0.23 MB 292 33
742,652 742,652 000000000000000000082db5a5e1046359ce35eabea5e23e4cf7498046b6c294 0.13 MB 283 16
742,651 742,651 000000000000000000012c54e3d25fcd7305340886a0d4f4517e9c8b87e3fd7f 0.54 MB 1,023 14
742,650 742,650 000000000000000000096f59e39b25a247b443c82a266e5a34cd8e6de7e4cd25 0.90 MB 1,594 15
Previous 10 blocks ↓
Total Size: 769.43 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,645.41 GB sent, 95.08 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.