Memory Pool Memory Pool Refreshing

7,029 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,710 (882,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,502 26,502 00000000a34df780864335fa44506e95b3940950c48bb7f57a26df45d43d86e0 0.00 MB 1 0
26,501 26,501 00000000350bef4072eb22a313badd5df4d0258b6be1fca1e58710d699947048 0.00 MB 1 0
26,500 26,500 00000000508cf2dedaa7168b3d13d04ecbd10befabd4c831e2073236e98cea33 0.00 MB 1 0
26,499 26,499 000000008cefac194cdf0152264dbfe55ea398822106f4201fafc11fd694df93 0.00 MB 1 0
26,498 26,498 0000000046226ee000e071375f8f59c24527d82e835acffd20e72178100c5563 0.00 MB 1 0
26,497 26,497 000000003cfd25b506264f07fa118eec9982a610db7e0172427f67192cd0fd16 0.00 MB 1 0
26,496 26,496 00000000227123d9c149a37fd103b5ce43422f2ab8cbd4c29aca7e0d743bf016 0.00 MB 1 0
26,495 26,495 000000001159e69f14f0ae853551a0711d9a3893bb9976a0dc67704f429cf24d 0.00 MB 1 0
26,494 26,494 00000000e0c80298a4998cd559e6a184a3fd4cf02cae73d8e81734a9e0ceb56d 0.00 MB 1 0
26,493 26,493 00000000eb9947b98181a7e4b9868297450655f4a89f92e8913e472e14015092 0.00 MB 1 0
26,492 26,492 00000000cc43dbed4e64fab290df1840f2e8683743a73e68ba8477d569b086d3 0.00 MB 1 0
26,491 26,491 000000009a7b80dedf4b0399a6c4a7aababf69c6e6ef27f6726ebdb7fd89082d 0.00 MB 1 0
26,490 26,490 000000007e4851a9076e69acf8dce1c20d54a28d7c5ddbe696e1c8abb348a04c 0.00 MB 1 0
26,489 26,489 000000008c427dba7cfa6629b6e2f5ad42d7f553017b213928e4c73b2cb09135 0.00 MB 1 0
26,488 26,488 0000000051b632fe7f220b855f924d1eb62f5dd56d91c56a76b9f50231d64f2d 0.00 MB 1 0
26,487 26,487 0000000032605d06379ad9838548ce7e5a7b571d37585160fd605f94b5c55b66 0.00 MB 1 0
26,486 26,486 00000000c01133d2de806a3131a1f0046222a3f9e5a4183ac63578005d6e1a07 0.00 MB 1 0
26,485 26,485 000000002b4689ad303c1e5a50e9d606773eb0c5aa4bdeae1357afda9a1a0db9 0.00 MB 1 0
26,484 26,484 000000001b37c749ef41fffe020772dcaba14bb9a9442d29afdaa567e9201b54 0.00 MB 1 0
26,483 26,483 00000000eddbef6cab47f007c9ec34847a9f0dbc5a9bfe1c23c3602f2d96e7f8 0.00 MB 1 0
26,482 26,482 000000003daf008e79f9a6ebadc6ad181b2f736d5a55069616c5e532c27a9b8d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.66 GB sent, 102.07 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.