Memory Pool Memory Pool Refreshing

7,736 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (4,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,353 903,353 00000000000000000001b8e387526f7a19aaf3d72f12f3c20b8866edafec51a3 1.74 MB 3,567 3
903,352 903,352 000000000000000000023c52f25956963f1be7dad948844a3b09251b58d154be 1.64 MB 3,138 3
903,351 903,351 0000000000000000000076f1b8d85aca61f3902af8b0cec5404ac6572f8cd15a 1.71 MB 4,076 2
903,350 903,350 00000000000000000001531b7e42afc28b54a63af3a65fe4f80ca86d0c706213 1.48 MB 2,846 1
903,349 903,349 000000000000000000016768c58121c933f82ffb3f4a69ca098dadd7ec6a5b3d 1.78 MB 4,823 1
903,348 903,348 00000000000000000001496f1e9b7356ec4ed4fde9e4c3412e18d50c04ba8be3 1.63 MB 3,841 2
903,347 903,347 00000000000000000001e54328d2b61b8f871622da807efe9c595c89b72044df 0.54 MB 1,242 2
903,346 903,346 000000000000000000008aa411d39d96b1502d2e085e0551ae1f96bc5742c244 3.36 MB 250 0
903,345 903,345 00000000000000000001cb052daf3afb9dfe35465113b225f749fc358ebce15e 1.43 MB 3,240 2
903,344 903,344 000000000000000000013842525dad89550f022ab1e9068118702f3d84d7a721 0.08 MB 196 2
903,343 903,343 00000000000000000000012b2bf0827dc3dabb0d146d0227c444f7dc7fd724f6 0.57 MB 1,122 1
903,342 903,342 00000000000000000000cbf3a23a03fb3f68d1ae0b89dadb5d499b2528ee3e61 1.07 MB 1,571 2
903,341 903,341 00000000000000000000b9f56f4c5701d6550dbc6c94f2f1314b39c176f20485 1.02 MB 1,668 2
903,340 903,340 00000000000000000000e9a10c358dc441049a6e073cbfe4a3a94cdbde3f2d39 0.26 MB 364 2
903,339 903,339 000000000000000000023d18bb0b20f48c9915d2a81459056329d4a38ef48b3d 0.28 MB 447 2
903,338 903,338 0000000000000000000101dbdc8ce9460bfd33b6974318eb02c3ffed01629769 0.52 MB 553 2
903,337 903,337 000000000000000000017c897d4d2a5a3ca2e04fcc038800896b749c66a8047c 0.53 MB 826 2
903,336 903,336 0000000000000000000069d8ed63966def18b3f3dc3f9c6fc0d21b658362bfa1 1.34 MB 1,859 3
903,335 903,335 0000000000000000000036f206af890b6d62ac399f59ce727a922e8e5b9eaa16 0.13 MB 121 2
903,334 903,334 000000000000000000003a73450d15ae3732a8c59620d6f7f9da346c14dfc2ef 0.75 MB 672 3
903,333 903,333 000000000000000000015680c3bc8e8597f7111860b453d8ebf0f777caf577c3 0.15 MB 275 3
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, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.