Memory Pool Memory Pool Refreshing

5,235 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,707 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (786,165 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,636 121,636 0000000000008992371722a9f396b5d7244b8e46f833b76c8cff20dea3e4306a 0.00 MB 7 0
121,635 121,635 00000000000058ed17c72dcbdc312e42438ab99444eb35be0f7535ca3226e712 0.01 MB 15 768
121,634 121,634 0000000000005409ce0cf90689e319725845fa04a390303c9e07a2ec507dd3d5 0.00 MB 5 0
121,633 121,633 00000000000064101fd280028f40820e05a61fe43dfa69c8bc2d0ff710ce3732 0.00 MB 7 0
121,632 121,632 0000000000001d7d0e035d743ddc4469e5cbe39831581525c2aa3597d7226e5a 0.00 MB 6 1,551
121,631 121,631 0000000000007bcd65d34f60dd63fa31fe7fdf06338d70ed3fe2d5e377af4db3 0.02 MB 20 394
121,630 121,630 000000000000223a0a294ee1001e59d7349af0cc4318e49d7171df54f636aef7 0.01 MB 21 116
121,629 121,629 000000000000311018ec02a37eae822a6b646b7227c36f50f19b9f619c1c0995 0.01 MB 10 804
121,628 121,628 000000000000882c7e26cd66a6458a7a2be427d19a1ecb8f7a0378dc7defaa7d 0.00 MB 12 0
121,627 121,627 000000000000291ec9135955f831e99dcfc3594c1815cc9ff4f88d94acebf96b 0.00 MB 5 0
121,626 121,626 0000000000000bb8a2e53ec820b61e8c18d287957b5e25dd8120bbd46f662437 0.01 MB 21 0
121,625 121,625 000000000000548f2893de01b7dd82c103dbbc47a083aa90e29a4310d55e3c62 0.02 MB 81 0
121,624 121,624 0000000000005db9114b4241efe18a21405a780e4e7915aa37696da668290b64 0.00 MB 10 0
121,623 121,623 000000000000926a58175682a1e195f46a121113e4e7c8527f6005c54042d1f3 0.00 MB 6 0
121,622 121,622 00000000000068bf258a50d0920a6a1487331c8d076a91d5254fbfe995ef1681 0.00 MB 9 0
121,621 121,621 0000000000008f8e1eab8321f44fadfa6a321a14c23a208fbd2f67c8e68bfb87 0.00 MB 10 336
121,620 121,620 0000000000008a71973b57c3e02995801381709b65a74345a9db4bff1f1c430c 0.00 MB 12 339
121,619 121,619 0000000000000f6adb37ac1d6858d3ce0e0ce03f2cd38a4d503b44beee044db5 0.00 MB 13 0
121,618 121,618 0000000000004988f0f366eca78c47a5310511ae9dfd29d145ef15a55388f192 0.00 MB 1 0
121,617 121,617 0000000000002e3880d5ac7a88d6fe8eaee0e0bc041d7cae8195f268bb1e93cc 0.01 MB 27 465
121,616 121,616 0000000000000a3801a1aff12a5ad2484e1f1935fade8f88a36e003b97005202 0.07 MB 269 0
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,632.87 GB sent, 93.74 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.