Memory Pool Memory Pool Refreshing

59,853 transactions
29.27 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,521 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,520 (447,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
430,819 430,819 000000000000000000de080c2946c8b4dd35f95ae904cbd00c4d7403b3ad95e2 0.40 MB 914 65
430,818 430,818 00000000000000000157ed8e640a5cd85a26adbc499a29461013b2b8d3f68a77 0.78 MB 1,588 62
430,817 430,817 00000000000000000185fb7dcab33bbea1db6d7ede0ec0ee4abfa9fa6141a34d 0.99 MB 307 7
430,816 430,816 000000000000000001cffcbe6320da60a6260bad6d6200c7bc5074ecb78955d0 0.52 MB 1,245 63
430,815 430,815 000000000000000001ee09366918f59018b548949b93fa2fe727b9b01b7295fb 1.00 MB 1,197 35
430,814 430,814 000000000000000001072f86624516a5d0309d438cbf719f3453102dc76f7132 0.99 MB 579 20
430,813 430,813 000000000000000001f12da479a60d36e3f82d141c2aec4e2783872d7587576d 0.35 MB 592 53
430,812 430,812 000000000000000000ae766e6d4a65ddfe2779a89815ae37df01a63f8228a1db 1.00 MB 952 20
430,811 430,811 000000000000000004870a23c4d723270b34e8e5371a6417d4cdb53357b64bd7 1.00 MB 2,829 73
430,810 430,810 000000000000000003c52187f66b1edcb41f074d8d35803caee668ad4fd708af 1.00 MB 1,824 56
430,809 430,809 000000000000000001197050b180075da3e72d97ac5fe75eb490b4cb9dae28bd 1.00 MB 1,665 68
430,808 430,808 00000000000000000109dd67a3a0ebd4f1333ce1000a97655c82b5af251d901f 1.00 MB 2,177 56
430,807 430,807 000000000000000001523e228ad65c8c4dd4a7c482f199875bb010d4eba8f993 1.00 MB 2,570 84
430,806 430,806 0000000000000000044fcf769071fd1186c183c2600ee2713c2bee33db470909 0.79 MB 1,807 58
430,805 430,805 0000000000000000002c445b551a7c2dcaee62c8b9cb3c6881511d847cb94564 0.75 MB 1,831 61
430,804 430,804 0000000000000000002c772935c605693624efe1f68e1d9a9961fdb13f55904b 1.00 MB 2,725 68
430,803 430,803 000000000000000001be9b52736dc1cc807055bf96d36671796b37c186e02620 0.93 MB 1,950 52
430,802 430,802 000000000000000001203d2736432a6f4609c3f366d6ee4e37db87ade9cdcdf4 1.00 MB 2,175 63
430,801 430,801 00000000000000000082d1ce124a8a06e69b6504764b070aa3d18664d60641ef 1.00 MB 2,195 49
430,800 430,800 000000000000000000069145aecb2a353c9aebbc078f74636a2784a407e38969 1.00 MB 2,276 64
430,799 430,799 0000000000000000036c46b5dab75dead43c0c4b467353e896d9daeb17ec3bf7 1.00 MB 2,131 68
Previous 10 blocks ↓
Total Size: 715.38 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,395.00 GB sent, 42.13 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.