Memory Pool Memory Pool Refreshing

7,584 transactions
2.71 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,675 (685,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,806 221,806 000000000000043e452f1c5af6085097b0e43d4782bce9eb6e2700a67f3f969a 0.17 MB 382 169
221,805 221,805 00000000000000f994faef37bf7a45d052eecfd10d2b6a4942b60c8c2a26c878 0.25 MB 522 195
221,804 221,804 00000000000000379c81a213aa6f984b9e56f735ca8dbc9efdf897c6ed337f03 0.05 MB 121 120
221,803 221,803 00000000000003ef7f20a8279cc70d8bbbd25e75ce97552df292827fa3f9c9b6 0.23 MB 464 173
221,802 221,802 000000000000010ca6322fefd11b409e231da88183fe92ec6a403bc45aa11754 0.25 MB 556 225
221,801 221,801 00000000000001960077d3151b0d14fec04f63ef4c8df8da2d177ae91c733a10 0.02 MB 62 223
221,800 221,800 000000000000031150d3d8b70791f766fee7e411f98d6e253053611806c9b4c0 0.21 MB 519 194
221,799 221,799 000000000000021bbb0ae9eaa55603d9288ca30542c54faf98586901ff98843d 0.02 MB 23 73
221,798 221,798 000000000000010294df0ffad9e979641935f044d7fb37e87f34dfc961bfec69 0.19 MB 471 193
221,797 221,797 000000000000009864980398d098a3c9fd1614534d626208918e2992db3caaee 0.11 MB 186 126
221,796 221,796 00000000000002c020300d73a02ca56612d36de249fb43656dc00a47f4523d56 0.21 MB 454 205
221,795 221,795 000000000000009e1a9391f0ac26cbcf5e4700ffab4f762b389da81a9d68bec3 0.02 MB 51 175
221,794 221,794 000000000000011c5c59cca1a8976aa89822d376f694c3bd5c7948b5a4e37337 0.22 MB 542 189
221,793 221,793 000000000000021410ba68a92d10dc881feae11536cf6d9cff5dcbb1c99de65a 0.05 MB 80 166
221,792 221,792 00000000000003a465933ab96a0549f4ce326be14e5691748e081ae2a249e893 0.01 MB 23 184
221,791 221,791 00000000000002b25217fbc572a13e5c15bd50e4cc9afbcfd83c15f24d4af052 0.12 MB 288 197
221,790 221,790 00000000000004957ec2cdb18284aa695afd3f87f58de18ec9649f40b1775be1 0.11 MB 256 116
221,789 221,789 000000000000041edc622b974fd9dc769e4e54108d410097dac4a57452aba658 0.01 MB 14 196
221,788 221,788 000000000000025d11a2ec87cf43f67e908a66270644c417ec1842b836ac85f5 0.07 MB 118 153
221,787 221,787 00000000000004812dee4102e768455e8fd73761f5ed474aee0f8a6bdbe6418d 0.17 MB 377 29
221,786 221,786 0000000000000414afda07d6d643f1414aedfc45e06f6c6811838ae150089e73 0.22 MB 537 180
Previous 10 blocks ↓
Total Size: 768.94 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,613.14 GB sent, 92.50 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.