Memory Pool Memory Pool Refreshing

7,718 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,225 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (753,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
154,465 154,465 00000000000008cada97491523dabf38bfd379da7eeecfdaa5ba37e8cb8c55a3 0.02 MB 40 36
154,464 154,464 0000000000000bdca8a9e4e251b1ee0b4564d4074ff5dbfe3a6ca7931adeb683 0.01 MB 23 108
154,463 154,463 0000000000000242b800af058503a91616a4ddd333cfccf8537de04fa1de09c5 0.00 MB 3 290
154,462 154,462 00000000000005344d74227392b86a7d2ee709c07443c2d320a18b1ebd9c6a0d 0.00 MB 14 251
154,461 154,461 00000000000002f7b9f1f850f27a0e7edf1e4a8ccdf0bd2cc0a7fd5b11bff271 0.02 MB 93 86
154,460 154,460 00000000000005bc15472bc0019c2f4e917c2e96501feb3e99f72c854e6c2763 0.02 MB 62 237
154,459 154,459 0000000000000d8c35f572473c0bc9041db21db7136d243380148786ccd80a20 0.00 MB 6 23
154,458 154,458 00000000000000b3c433aa51b1fc70d196799e63cc70eea8f66cf8ff396d16ab 0.01 MB 5 9
154,457 154,457 00000000000001ebead94a0fd8c3feb06d8a3157968262cd5456c8bed5670845 0.00 MB 11 0
154,456 154,456 00000000000005b32e063afbc12c1fdc3038b380b61fece88fdaabfea2ff6e54 0.00 MB 7 0
154,455 154,455 0000000000000b4d0a86d9c154aa4bdadab1e1c62dc286b151a4fd567e78193e 0.02 MB 40 81
154,454 154,454 00000000000000bcadda8ad87e8ea091ab048a1b14bb4cbf6ecfadc551717535 0.04 MB 124 5
154,453 154,453 000000000000041e9ceda21a487094590675a1c3e9b200bba3251973af0ff32c 0.02 MB 17 40
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.