Memory Pool Memory Pool Refreshing

1,661 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.53 vMB 1,657 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (648,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,131 259,131 000000000000001a74a3d492d8e9b9f852ea1fde3aa6d84ffe887b3b892d27c3 0.25 MB 575 127
259,130 259,130 000000000000000f5cd5e18beff0a6b2c96ce571a31f77c9332a14b7d2086152 0.27 MB 612 102
259,129 259,129 0000000000000015950a055b6a938e2b49f2113cc94dcd4cbf13fd01f13acfc6 0.37 MB 901 100
259,128 259,128 0000000000000025389f260bc6a326e974b6a7cf6e615f881bbb4e9c8bf02783 0.16 MB 272 82
259,127 259,127 00000000000000033025d64eeb933523ec3e27e96ba7ebe8be82bce0a5c71a13 0.12 MB 257 98
259,126 259,126 000000000000000125e65ffd9e9c3967d83b49db6b9c0c740485a39db44e6fb0 0.03 MB 50 77
259,125 259,125 00000000000000165fe8ccf9d90d23cc70df285cfbe219ecd8d73bc6ff249bae 0.16 MB 307 83
259,124 259,124 000000000000001867f5302fccacc56bc66628b579e5096ed6fbef5778e7ae7f 0.09 MB 208 129
259,123 259,123 00000000000000188ea70e63e3d742de1401031edeb7704083d2ec0428accc2c 0.07 MB 140 84
259,122 259,122 000000000000001e445218b4650454cbc373e55f8f4e1234e03f21ca74794057 0.05 MB 111 73
259,121 259,121 0000000000000005445c83dcba01ed3f3e89fdba8c2dfdbe25d24d64e118de48 0.10 MB 261 94
259,120 259,120 00000000000000016c78d40c689532a6090715c429fd8bc9e14d5d04e60602d0 0.09 MB 152 72
259,119 259,119 00000000000000088b832f17c31073dfd86e7baa4d9f8ce3903f884f401a3408 0.19 MB 280 49
259,118 259,118 000000000000001f3820bb4e0f1a61bd2d56ddd075e7c4b5ec041ef0b31a4dd5 0.19 MB 386 104
259,117 259,117 00000000000000053bd4ad7277006eb30a73dddb1fe179706b4a3f5aaca66dd3 0.07 MB 171 94
259,116 259,116 000000000000001be1399956fb451f5714c4c8873e73d56ec16adbe2c18120d3 0.02 MB 58 79
259,115 259,115 000000000000000ca71824e58d29fabc486ac4b824e8551b724e1b0abc3261e2 0.24 MB 526 81
259,114 259,114 0000000000000024e7a4cde8e369beea5386d10e8002d768093fbf1f8e03103b 0.02 MB 43 71
259,113 259,113 000000000000000a1ad4c2f660832308a13a7b3813a7ff1f0e12bc14fa622645 0.00 MB 10 110
259,112 259,112 000000000000001276e778319fb8930da33ddafda8cdaa0289eef14550fe1528 0.07 MB 162 100
259,111 259,111 000000000000000b528ea093dba6766fbbc988c087c915bb1da05e846f7f92e1 0.05 MB 134 80
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.