Memory Pool Memory Pool Refreshing

4,294 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,696 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,978 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,695 (625,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,268 282,268 00000000000000009289f7f167d0918f6eb9c5412a0220d914383ea7fd9f6115 0.25 MB 671 46
282,267 282,267 0000000000000001936fa7cf53aa81177a665a16401c6c5d8a731aa1dc60454c 0.05 MB 145 438
282,266 282,266 0000000000000000dc131544f131d5986ce1b801391ae9fc2f21a359d1f19c98 0.11 MB 229 116
282,265 282,265 00000000000000002b1b1b822254fbba157d393b67bf021c106d5562cb84d415 0.15 MB 167 25
282,264 282,264 0000000000000001cc2de07b9c1a854d18c19b21671437f9873d8971ff66395b 0.25 MB 376 44
282,263 282,263 0000000000000000780db2b3f8e266a944e930d5abae3b30eea04d12537f8733 0.25 MB 390 58
282,262 282,262 0000000000000000408f593c87d7a8fb537326b17daa63db880921eddf5cfe23 0.12 MB 281 43
282,261 282,261 0000000000000000cac2cd65a2fcc3847888fc196fc8ac58773abfc651fa9df0 0.16 MB 344 38
282,260 282,260 0000000000000001d909434d4abcda75d9326c549b72788a4cb92c2f1eee3bb3 0.25 MB 539 57
282,259 282,259 00000000000000008c5d58f4298dfb99689ee6e3e3c81508e755cc33c25b2ee6 0.10 MB 104 5
282,258 282,258 0000000000000001e8e021fed71c164ae907657dc0df310070c2953f2163863c 0.45 MB 821 50
282,257 282,257 0000000000000001c2eed348429ea3f75f2916f422caa3d6535c30e2e55e5a07 0.25 MB 524 46
282,256 282,256 0000000000000000082680d7f7cbedde8de7aa7d5490d3843806277746c419a0 0.05 MB 124 199
282,255 282,255 0000000000000001a2aeb2101283cb4e35d4a038b38a72a21af5092d8d8c9d2e 0.11 MB 211 53
282,254 282,254 000000000000000100aee02a697c9139772eaa88a60ef4a57062a8a5af7bbfe2 0.18 MB 413 49
282,253 282,253 0000000000000000184d9eacfd9f0ae9f3d43ec0f13f5aec0dff03ad007ed8e7 0.23 MB 341 26
282,252 282,252 0000000000000000aca075e4a783db9b601a7b0fdb1f53fb00c37297740b38ec 0.05 MB 151 170
282,251 282,251 0000000000000000389895d19f4e664c20ead37e1e4114ff507435ec3dbf3bf5 0.25 MB 560 62
282,250 282,250 000000000000000119f13e4f118218bb8d3d43f0574d9a4fce246486e33966d3 0.11 MB 287 35
282,249 282,249 0000000000000000e37cb1f5c2016e6c712a994d1831907ac94669d0e164c28a 0.10 MB 228 57
282,248 282,248 0000000000000001ec6d50195f43f4415e23ea6684e222792f3d7ee302c5c20c 0.11 MB 183 33
Previous 10 blocks ↓
Total Size: 768.98 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,615.71 GB sent, 92.68 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.