Memory Pool Memory Pool Refreshing

905 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,286 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 888 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,285 (839,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,570 68,570 0000000000dac51f9dd31f1cfdc65f9df6f150a218ad466b18c5f8db20215646 0.00 MB 7 0
68,569 68,569 00000000009fd085f6b7d76da3a29765656160eb08810497cbc3a1aaf23e94f5 0.00 MB 3 0
68,568 68,568 00000000007d3b68145dce466600ed171c49cc8a4066b46ca88ce0f8cae39faf 0.00 MB 4 0
68,567 68,567 000000000134ceea63a2d269fd1ef811e1425161dfb914f8ee634b5f6edde659 0.00 MB 7 0
68,566 68,566 00000000012339c34c9b4793482c1e0f57da6e5b35da47af2f6aa4a52192dac6 0.00 MB 1 0
68,565 68,565 0000000000bcf99856c2f8d0a51fe92fa59dac7e66564b0e338a3896e3b443ea 0.00 MB 2 0
68,564 68,564 0000000000cebc2e1eaa9cd43e9bbd31a1dabc7faaf3442a9cab04a10990a9db 0.00 MB 1 0
68,563 68,563 00000000005ae576b8ec1d9ee7b027509b34fc88fd8ef76fde5d6623f73c6e4d 0.00 MB 1 0
68,562 68,562 00000000000ab68e15a4a60507bc83f3301514efb8bd0235d78c576fb02af518 0.00 MB 1 0
68,561 68,561 0000000000f410eb13405d10f4a18eddfa4683c6cb40cb6fa203e9743585c8f0 0.00 MB 1 0
68,560 68,560 00000000009d21cbc1cef38cbe66efac49cc1cd8caacf1fab6f1f3b72f29bf75 0.00 MB 4 0
68,559 68,559 00000000009efa8dcf25325651ea0fc996e630d9c3167eeab26f00ad00cebef4 0.00 MB 1 0
68,558 68,558 0000000000f02131153f27d5af13794445a4d87b4eab091dcbd0af76d23f5dac 0.00 MB 1 0
68,557 68,557 00000000013b2624f05c8135a81740dff421b4cadc7c2867453f9146fcf4bc2f 0.00 MB 2 0
68,556 68,556 00000000003c54e14df4bf2a77df5797c8d13011faaffff748740cfc32906bfe 0.00 MB 2 0
68,555 68,555 00000000001e1b4903550a0b96e9a9405c8a95f387162e4944e8d9fbe501cd6a 0.00 MB 11 0
68,554 68,554 0000000000195be0ba7e383f58be73c345ee684625edfdb70ee6f01e3496fa10 0.00 MB 1 0
68,553 68,553 000000000085db33b28163ca7b1dd19914d9978df3042a27fc295fcf7ee75ec6 0.00 MB 1 0
68,552 68,552 0000000000377336484a6c414fff4845f8a367ad56841bb09e55d3ec1d03a68b 0.01 MB 34 221
68,551 68,551 00000000002d121b5e43ebc38aeedc01499950db57bebb2a6f8c634dcad3b100 0.00 MB 10 638
68,550 68,550 000000000159d784d5b8b64550bc8c257dbb66782fd338a0f6b91113034bf4f7 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.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,692.17 GB sent, 98.26 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.