Memory Pool Memory Pool Refreshing

867 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 868 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (681,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,536 226,536 00000000000002f3016c7555a1a132fa2c47bb4e10a07cf0464aab3646489e10 0.14 MB 363 203
226,535 226,535 0000000000000351d840b4b01dfdcc901d045c6b94ca637d219799644c6a62aa 0.11 MB 251 162
226,534 226,534 00000000000001f36dfeb00514bf453ff816fb85ee8994621b3b9d637fdb9d7d 0.04 MB 121 239
226,533 226,533 000000000000031c6e9128d907480f07de7e813c894c62d12116e0df7bd0d427 0.14 MB 255 141
226,532 226,532 00000000000001e25c9fb9220da62bc04b2add528c7b5b23a2e0c61cbd1d66fc 0.28 MB 256 64
226,531 226,531 000000000000004ccf7e6e7a4581cae688cce7538f1aed57233d56919c4d2b2c 0.15 MB 326 159
226,530 226,530 00000000000003442952e0ddf1224f8659243dd014d63d0c3e146cf343a2b471 0.15 MB 354 185
226,529 226,529 00000000000001af1d5fce1583760257a381d8cc55cbc9ad3747fb3a86642a25 0.14 MB 378 198
226,528 226,528 000000000000001140ec44278aafe775c9cd64b6ef229deb74165cae7452077e 0.03 MB 25 102
226,527 226,527 0000000000000291b57844bc26a306878d30ea20592465f67c36ee81bda32cd9 0.01 MB 33 462
226,526 226,526 00000000000002291dbfe87f38b2125a5fa79f9029e4fe6f8eaf7ce549efcce8 0.09 MB 258 182
226,525 226,525 000000000000034730d6d37b474dfdd0b1a3923d272eca5b6756240940831a21 0.03 MB 77 50
226,524 226,524 000000000000007900ca771b2463cdb46565a3bc99347e44d2fbd4ed87838165 0.14 MB 352 214
226,523 226,523 0000000000000046d34c97a5ffbb9aa82210c9c0c7dd2d1bdf6f512d8ff3371c 0.12 MB 346 203
226,522 226,522 000000000000010c140106cdbee6f63d6bddf5443c135b108716d227a30f7c51 0.05 MB 111 174
226,521 226,521 00000000000000b592921cf0edf7ba43412ed0fd9d8a94e2f8419b4cc46e82fc 0.00 MB 1 0
226,520 226,520 00000000000002004d5d0a3ff47d666c2f2f6e1ce2be34c1590fef8e49e89762 0.09 MB 234 173
226,519 226,519 0000000000000269c1c68df0502abbbf23c83cd6d3dbac95d658e50ec6bacddf 0.02 MB 33 167
226,518 226,518 0000000000000101e0a170e35bb72491b623286eb2f55e2b498c521e12f5e520 0.09 MB 194 181
226,517 226,517 0000000000000279f01f1f0bb632ff816faf21a34059ab099fb2d14f3b352382 0.11 MB 269 165
226,516 226,516 0000000000000151cce7f1230258a4c73afc6a0df4798b0859d16a82a2c60a36 0.17 MB 166 90
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.