Memory Pool Memory Pool Refreshing

6,691 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,984 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (753,316 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,486 154,486 0000000000000c379efd5ec2df3b3d28c5c88f3019d0d005ca76cbbfacb9846e 0.00 MB 9 0
154,485 154,485 000000000000001bbdec077e0f5dd6e3457d0e866e521c01baee7704ecb1948e 0.03 MB 40 2,127
154,484 154,484 000000000000029a0c18c55a3095bd1ff064b730ee41bfc37aec2e326f1cea63 0.00 MB 11 1,449
154,483 154,483 000000000000015eccb2658500b0c47949090d574a808a037fd8eb9fa4bf82f3 0.02 MB 43 408
154,482 154,482 00000000000008787c7a271a9adf4bc627407b97cdd52674b13f4bd961fb7c47 0.03 MB 121 67
154,481 154,481 00000000000004977c3d21e60981c8ae94e625fb1ba03e1612258c709ab84332 0.01 MB 23 57
154,480 154,480 00000000000008387a2fbe308a4b92ff898a972f30f047cb4a3087a88eeb5c69 0.01 MB 26 128
154,479 154,479 0000000000000d759ef4f18056d0af919d4b739e296f90378e709e8afda5f952 0.04 MB 26 88
154,478 154,478 0000000000000cfffd00c0a4c3233ae2fedf9121e4b278bdf02a9430492d81df 0.01 MB 14 42
154,477 154,477 000000000000001ddbb92cf6539e99e8450eec0119f0afd54b74466cd47a9971 0.00 MB 6 163
154,476 154,476 0000000000000806c4aadda7e7fa0b6c61c3eeb584d8bbf03e308e22e81f6641 0.02 MB 23 209
154,475 154,475 00000000000008d0d3b972551dbca8e3e7279c84e8706d1878afb551d754ed76 0.01 MB 21 15
154,474 154,474 0000000000000de3e5f7ab5e9db9240663d78d4ab7678b049bbbc62ed125c33f 0.00 MB 12 40
154,473 154,473 0000000000000cfbe5735d1650da93103c21307b78a0009c258a5aa948d077b5 0.00 MB 1 0
154,472 154,472 0000000000000b8732b07e326bde0a79f91e4808a5683a77c0fc85728a4ca06b 0.01 MB 21 171
154,471 154,471 0000000000000823d28d3053a071d12e57072b93733a2e57047dff4aac495a6e 0.00 MB 4 27
154,470 154,470 0000000000000bf0a84c8f47fa804644fab66081f4d1207009e09ffe8b1dd272 0.03 MB 119 51
154,469 154,469 0000000000000aa936ad49eb0f7f3342fd8f193960c7fac1571b0625d5aed9de 0.01 MB 9 732
154,468 154,468 00000000000009879303cae0f79181c45eecf749eecd56976c369a546ba7d78e 0.00 MB 7 69
154,467 154,467 000000000000066cccef1be790592e559ec4f1cd18f8683554a6bcecb87f8f97 0.01 MB 12 53
154,466 154,466 000000000000086e35fb04a1f4f525949b181355f507eaec5c5ed000f50dcafb 0.00 MB 12 70
Previous 10 blocks ↓
Total Size: 769.17 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,633.23 GB sent, 93.77 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.