Memory Pool Memory Pool Refreshing

13,178 transactions
4.10 vMB
Show Random Selection Loading Transactions
Max Size: 25/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 3,864 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (276,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
631,460 631,460 0000000000000000000e98c4606920c50d2c41f291fbfb4a9920908c8cf489cb 1.35 MB 1,174 22
631,459 631,459 0000000000000000000e846839ca95a676e9f85e46cb0ee559d9546b3a5a4dd0 1.31 MB 1,689 41
631,458 631,458 000000000000000000020d718e820e4536fa474c3d36d65488e06104d559cdcf 1.20 MB 2,400 44
631,457 631,457 000000000000000000124321f82370d06f953ba1a193b20dd599e08af5eb2bf1 1.47 MB 2,289 119
631,456 631,456 0000000000000000000f9c0b849d65bf678e062c01aeeb1dffa3cec6301d254d 1.19 MB 1,774 44
631,455 631,455 00000000000000000009398281245b03562fd0c72b05659e57060cb12fd097c2 1.11 MB 2,050 11
631,454 631,454 000000000000000000041426ad489ddf177cba2eeca48ae810c75658208e3c8d 1.21 MB 2,053 25
631,453 631,453 0000000000000000000df0289c9987935a07f29513729cdf07c0e0ffd4d9f1eb 1.33 MB 2,943 123
631,452 631,452 00000000000000000007bf0dd3992da225948bc4b62faba81d1d9ce5406a5e1d 1.07 MB 2,502 18
631,451 631,451 000000000000000000064cb476732297f347977b0c9c617d69987298fbf791ca 1.06 MB 2,454 11
631,450 631,450 0000000000000000000c83734aa6024ceb6cc4fa67feb226e09e6eab5117a27a 1.09 MB 2,793 35
631,449 631,449 0000000000000000000322f596afe4bf893dbd73e183b22a5ab8ea11d8ddb747 1.07 MB 1,992 21
631,448 631,448 00000000000000000007d4810f4bd953814b9ad50bc2b575ef864ce3ca28045b 1.28 MB 1,355 61
631,447 631,447 000000000000000000091538815a229567b5be4928df43d6e6f32fda8244b6e6 1.21 MB 1,681 130
631,446 631,446 0000000000000000000fe86d4a057b9e3f7d96d2f018eef3e604ca45bafd9cc7 1.28 MB 2,718 140
631,445 631,445 000000000000000000074cb86a1725b65d25fb473e01bbe33deb16380adccd1e 1.19 MB 1,935 109
631,444 631,444 00000000000000000009c0c4dc01ce730bfb9d48df5d63ba4820792827f9d1ba 1.19 MB 2,554 45
631,443 631,443 0000000000000000000a6807cd7145dbe38c45690b53e2c85aa7143c1c7d5482 1.34 MB 2,504 134
631,442 631,442 000000000000000000046d84eee23f1651a6b8adeb3445ca026d0c5c14254b9b 1.28 MB 2,569 213
631,441 631,441 000000000000000000024578d4591ddfd6b8a72a1c1775b55a7f6770315c9387 1.33 MB 2,362 43
631,440 631,440 000000000000000000045d96c773a680d7f809554fe222db16cbc420fc586d53 1.26 MB 2,772 96
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.23 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.