Memory Pool Memory Pool Refreshing

12,697 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,048 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (687,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,497 220,497 000000000000043c6af55ccaf9f8537c1652605b9693aef2245fa077b944bed8 0.02 MB 71 115
220,496 220,496 000000000000049ccf565dd632900b2c59f1a70973ce42e8709cef95a2d4640a 0.23 MB 530 190
220,495 220,495 000000000000050bb239bb9cb2031cd153f71ac0736141e4d1910d19aa99065f 0.16 MB 347 169
220,494 220,494 00000000000002ed3b3fade65f0bdc96c52e9c6f7069cf83e242881f0aeb7d32 0.02 MB 65 110
220,493 220,493 0000000000000216906b3766ec2b05a019365b607da249f5b7e930b749d57f00 0.13 MB 316 172
220,492 220,492 000000000000020282c73bbaa104d962a3bd702ee9fe278c9396b6edcb89e753 0.26 MB 534 159
220,491 220,491 00000000000002e67ab9a75c3b9e2eae1c2d6f88bcd5bb0dc21c09d2de3135fa 0.21 MB 593 210
220,490 220,490 0000000000000235dcd41a64dcb03cc044720fc4d9d257571554857d9ef9dac8 0.05 MB 135 146
220,489 220,489 00000000000002817c57ae1861e8de4f40c26f85a70ecc70843e787989bce1b8 0.19 MB 435 169
220,488 220,488 00000000000000a849c8fad422689db08452cc75567e351a72f5d527bb30cfa0 0.24 MB 581 177
220,487 220,487 00000000000004eec3b3fa2964766ab45b3c058a193fee61dc019fa813bce99b 0.04 MB 73 86
220,486 220,486 000000000000039d06922a5114489bfe8267091b165d61639924d3abe8e14181 0.00 MB 15 187
220,485 220,485 0000000000000078beeec04f65ea6a15051bdbe226752f5df9341174740adc61 0.07 MB 163 200
220,484 220,484 00000000000001e43be1824c87e5d1e90b92d0135c60555bf0b900aafa30a94f 0.12 MB 303 200
220,483 220,483 00000000000001df93157c5d60945627ff6662d4b6c12a0fc3ad75635713bd80 0.09 MB 207 175
220,482 220,482 00000000000003edd909ffc1b0d88cae5e2db65cb9ede1d134688cf11f3547e2 0.12 MB 333 242
220,481 220,481 00000000000004cdf1016c3d7f3cb3acd6de1349bb74e9f6054b2a9017cca4f1 0.02 MB 31 110
220,480 220,480 000000000000020dcb9585a53268d46432f61500d9fcdccc725de40ead61dd61 0.02 MB 70 204
220,479 220,479 0000000000000455a1f8296ad74e0d96925a477d59a008bf2a3d8ce6d0d9f13a 0.18 MB 341 156
220,478 220,478 00000000000002ec1af124f1a1a97b9f9e2ff2ac80591dbcdba348fd23d50bff 0.10 MB 235 200
220,477 220,477 000000000000003120f9b187f4ab7aa4e8bb81cbdc683b14f1541b201a280b6f 0.14 MB 410 241
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.