Memory Pool Memory Pool Refreshing

3,951 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,909 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (787,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,342 120,342 000000000000413f62e272dac6305007e1eca20f12d7e2fa68535ebda4504df2 0.00 MB 7 0
120,341 120,341 0000000000004ebfe780d393c776d8541e04c999e5664c07e28c8f74e0f03e89 0.00 MB 7 229
120,340 120,340 00000000000029ba27c4bf03d72d55ed9b855238af23468f65969ad2f462d195 0.01 MB 16 137
120,339 120,339 0000000000000bc2850f16a019cdf85d2d4d7f808e2fa4c4c28e18d28c0866ee 0.00 MB 4 2,005
120,338 120,338 0000000000009bc66e1e09eeea01f4310d1a27a693f1770351904051b93bf6a1 0.00 MB 2 3,875
120,337 120,337 000000000000872ffe4270de539fdc6e9c61e8472ca423606fd4958048286fa6 0.01 MB 31 391
120,336 120,336 000000000000809b56781a50ffc447dd47c8531dd68306d9b02abbe0c4323fd5 0.01 MB 11 346
120,335 120,335 000000000000adf2d624078c8b79faf3da9c0f7f04ca6a13728f12ef2add9d18 0.00 MB 9 0
120,334 120,334 000000000000196cc5bfc0da93328d1b74ee9c0413240eb6eb56ad8aa8b7b6d6 0.01 MB 13 1,437
120,333 120,333 0000000000006666ef4f89f64e38fe8f7983b8d24fae3403f1e0b5fc23d97be3 0.01 MB 23 168
120,332 120,332 00000000000043cb3f111cd0ee4026c3e92cf6199201881e4eb164bfbddb6f29 0.01 MB 31 202
120,331 120,331 00000000000054347fe0994fd78eb7cb7b619e62a0cb64d8f552688d50f9beb2 0.01 MB 19 313
120,330 120,330 00000000000021f40f4ea50f03b91ade71c6e76cc494ac09c913621a4c3d2457 0.01 MB 20 0
120,329 120,329 0000000000005c4bf2b3c89020fdc78c2d542a60d9f4fadad444b717ce2a6b57 0.00 MB 13 314
120,328 120,328 000000000000a49748452b62dfa877a412420bca9c3ac85bdc18d1921b404744 0.01 MB 17 715
120,327 120,327 000000000000716c29d40e402187645ee1afa7690e000fd6bab1cc1700c34d5a 0.03 MB 43 1,159
120,326 120,326 00000000000074bf052f84e609832b1264bc4bd0d01ec3e60df7cb1880123c45 0.00 MB 7 589
120,325 120,325 00000000000086399d4a02de17fa271533944bce381ecc7a3cc80bab7b36e276 0.00 MB 4 1,556
120,324 120,324 00000000000097bc96839d87b442c3aba71e1f94a99c50ccb7a774f2584c7e8f 0.00 MB 8 311
120,323 120,323 00000000000037787e46125dd87563025f9c33a9ece8d1102772f3bf2b3b5d6c 0.01 MB 10 319
120,322 120,322 0000000000002089e5fe11875e85ea86d3c59df915cdb6cd97174c63c748e1be 0.00 MB 7 322
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.