Memory Pool Memory Pool Refreshing

9,252 transactions
2.76 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,399 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (776,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,795 130,795 00000000000013e709b56001feda041786fb42fe45a99e44bc11c0db683d4347 0.03 MB 74 631
130,794 130,794 0000000000000d05bcee17af3c16502cef97f57bb3b71c9d24c29bf4387f7eec 0.01 MB 16 1,162
130,793 130,793 00000000000012f88bccc557b342ad54043fb50e29b59c7a1a9ecffb30f33fa4 0.00 MB 12 622
130,792 130,792 0000000000000b1ae6d127c2414887114a361e768d953f155a98ce378dd024e7 0.03 MB 101 71
130,791 130,791 0000000000000a417e88150878557470b78cae46363ccda8ee349b629cd7fa48 0.02 MB 46 1,223
130,790 130,790 0000000000001b5c0f65ce7bff5eef73e488904a02405baf6400e067006ccb86 0.00 MB 9 586
130,789 130,789 0000000000000f043fe4ca135382658c1e95293554c7c29c6532abd8b436caa1 0.05 MB 120 555
130,788 130,788 000000000000123214b375a1560183c0349a10bcaee696203b6d2b552521e833 0.03 MB 83 374
130,787 130,787 000000000000064219313eb8e7fc01975911f3bd16a8b21e25b3cf2ebf2d86f6 0.02 MB 38 2,544
130,786 130,786 0000000000000a5647493db126d2e6ad013273322a2a02f001f5bbfb79a2e958 0.01 MB 28 1,376
130,785 130,785 0000000000000b3425c8dee19885fa63a592b22c4fcc9ba081730cb881ede8b7 0.04 MB 69 1,285
130,784 130,784 0000000000001224c4c3f16ac980ae6be1d143b455218cb3c6342208d9f7958e 0.00 MB 9 17
130,783 130,783 0000000000000a76e86ef3db1a35bb4fcaa347716eceff3fafdb66adb7876c9c 0.01 MB 19 1,212
130,782 130,782 000000000000013a2fde609f8fd439038cb8c1d48aea3c08baaf23c654cb3f01 0.05 MB 187 259
130,781 130,781 00000000000003f522c0efba7648a8940055555b8738a2820b26d9a1603d5577 0.10 MB 155 590
130,780 130,780 0000000000001978a804617d1b13c47d6694addb9f9ef45d6ccd3baf9987fe63 0.00 MB 9 760
130,779 130,779 00000000000001a8016a69db5ba6ceca75514d96c55f52e494bf2aee70554ea3 0.01 MB 38 210
130,778 130,778 00000000000006c49b64ee6c7e3488519df9fb9ac6ae57e99c371cc8be9adffc 0.04 MB 83 1,099
130,777 130,777 000000000000173957cbf8028efe9cc0fa8653c6ebd1e0b1e95d2c58bc2b1696 0.05 MB 105 1,214
130,776 130,776 00000000000009612423f35070763d4cbbb92b78d772aeb54acf41f6cea63ba9 0.02 MB 32 997
130,775 130,775 0000000000001b638705ddab93d60f17cfe190081f35d69a0d0a54c6908658eb 0.01 MB 20 1,883
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,621.08 GB sent, 92.89 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.