Memory Pool Memory Pool Refreshing

2,436 transactions
0.83 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,424 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (578,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,233 329,233 00000000000000001826091a274305859e73455ac49bc09f6d0f0332c1b8dbf0 0.01 MB 16 32
329,232 329,232 00000000000000000edb730727fd32bfd6d09a65f0035895d5a21918fd756e29 0.94 MB 601 15
329,231 329,231 0000000000000000102c73b52385e98db3d87076b7aea489f9edfb4ff779fbd8 0.08 MB 157 20
329,230 329,230 00000000000000000896c4e0a4d1f23a528725309f55d0142dca0b80e7821765 0.35 MB 581 24
329,229 329,229 00000000000000000de15287e1428d4f4194a658a6fb867d28d1c0083ecee531 0.12 MB 189 24
329,228 329,228 000000000000000019789e16c9b27e07301acdeb62d35df9c36c52d314465a81 0.04 MB 81 11
329,227 329,227 000000000000000009bdb08af84a830422a81e2862130141026bdcf55accb4a8 0.54 MB 834 24
329,226 329,226 0000000000000000072d4fe5352a59d4f3fc09dd3b1ce3fcd7f57fca23e6f272 0.73 MB 1,293 26
329,225 329,225 0000000000000000146d07acdddd50579f9aa14d7a3c467f64ce52976b10fa69 0.26 MB 397 24
329,224 329,224 0000000000000000058f06a2c81a3bd182101365021b53f90aff4587e536710c 0.21 MB 330 20
329,223 329,223 0000000000000000059d256571492f7a81d20efbe2344a742dbf4694ccb566a3 0.10 MB 224 27
329,222 329,222 000000000000000008dfe617980da09f9bb869ee210a485c5df69d03b0421427 0.32 MB 491 21
329,221 329,221 0000000000000000023f88531c96b7fb852a967c3560d961da693fef5945e0a4 0.02 MB 49 28
329,220 329,220 0000000000000000177d3be7f6751a42c39cc2a25e15c31bedebdfb0481d6fcd 0.14 MB 233 24
329,219 329,219 00000000000000000692ccb3d9c120c7a1d2a15f170f135e9eeb55c68bd93f73 0.12 MB 202 26
329,218 329,218 000000000000000001d10aabe91043df60fb4228e86dd2459ecf6bf8342ce467 0.02 MB 44 44
329,217 329,217 00000000000000000e33fdf9523e2b6b80cd74f71abb5929f2b513290d48cae7 0.10 MB 159 25
329,216 329,216 0000000000000000051c8116776b38b8737d29b2825450cd9cf476deefd711f8 0.17 MB 227 23
329,215 329,215 0000000000000000029523db75c62c2b91d40760ab9af98991d46d0ba3d382a6 0.12 MB 155 21
329,214 329,214 00000000000000000701316b05341596b294f5041705aaaff375403b90576c9a 0.21 MB 335 26
329,213 329,213 000000000000000006b7ef142dd95994028270f5391e52db605799ded68047b1 0.51 MB 627 19
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.33 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.