Memory Pool Memory Pool Refreshing

2,932 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,262 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (84,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,759 823,759 0000000000000000000041ce1656eb37082e69751e98bd58aaa191837b367597 1.75 MB 4,575 261
823,758 823,758 0000000000000000000179970fced0b9487f50130b86555ad22b7853688fd57e 1.82 MB 5,361 275
823,757 823,757 00000000000000000002efc1789bc9793184449bc231cd6a6dda8a292f627807 1.76 MB 5,028 271
823,756 823,756 000000000000000000017d10520aeeda1cc2b71c9e4daaf2db4f3bc2ed8c7bc5 1.72 MB 4,945 268
823,755 823,755 000000000000000000011a1efe3b3f31b537b2a9e8724e716b742a315eaed3a1 1.87 MB 5,607 273
823,754 823,754 000000000000000000012ea0408f8e93df15ad0cebb3b274ac04a0c06baecd20 1.79 MB 5,275 270
823,753 823,753 000000000000000000021fb40b610b277561e9933f53924e91a277e1662e7039 1.64 MB 4,122 324
823,752 823,752 0000000000000000000177496080c4e98f230a9d7afd3699ae5c1dec1c107fad 1.69 MB 4,439 308
823,751 823,751 00000000000000000000e1ef9c02b0aa492641b60d93cba07ae12a667d072deb 1.71 MB 4,691 263
823,750 823,750 000000000000000000015b73e9c2f9894e67aea26c0c31cb889f3f0f471c4237 1.82 MB 5,213 290
823,749 823,749 00000000000000000002941159fcff005d34cfb976af890ffb1745ca76199eaa 1.81 MB 5,039 297
823,748 823,748 00000000000000000002156836b91f21b57a856960dc7db9391f451e02ced6ba 1.70 MB 4,940 288
823,747 823,747 0000000000000000000117eefa545c2098e8badf696fbc54c939b128944cc5dd 1.74 MB 4,905 308
823,746 823,746 0000000000000000000395f3c4e6478d13666e882776ca3251cee1cd0e6fa9a6 1.87 MB 5,430 326
823,745 823,745 0000000000000000000235e23046db728655e4567f66f0cd54a05f8f7a2e9a6a 1.68 MB 4,262 341
823,744 823,744 00000000000000000001cee179c92b317ca7988c8cd88935138ab627a0176cc4 1.76 MB 4,914 331
823,743 823,743 0000000000000000000167569777df89f116b2e0de492dda9ad8e6c98f4624c8 1.76 MB 4,781 368
823,742 823,742 00000000000000000003ad4fe8a37cd9a0ea25109e2871bbf1a770aeb4f7675e 1.68 MB 4,402 388
823,741 823,741 000000000000000000039005a687e0aacb0195869b12fa4d248c395e093e9f4a 1.84 MB 3,943 346
823,740 823,740 00000000000000000000a9fab66dadcfd8740ca8034e60de944a8f1c904a0cc9 1.72 MB 4,190 406
823,739 823,739 00000000000000000001361599d1dac4e30e805f9b4112061e97769f5930a696 1.75 MB 4,593 415
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.