Memory Pool Memory Pool Refreshing

56 transactions
0.01 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.01 vMB 56 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (102,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
805,372 805,372 000000000000000000022493fa22cefb5050cee672113bb8ac7946072f66655e 1.73 MB 2,275 8
805,371 805,371 0000000000000000000120a6f2d16ff4debfb4f2737f27eddf0c49efafdd5e74 1.52 MB 3,323 19
805,370 805,370 000000000000000000026d39a4716d3bc5d6d36b292a6e99ad924b64961c1ffd 1.44 MB 2,607 19
805,369 805,369 00000000000000000003fb2abadc2a8c78ff09200f35a9fb72db6d3f80e6e5ea 1.89 MB 4,252 8
805,368 805,368 000000000000000000047bb00dae55247c3941e70120ef365b7c81f345b1aa71 1.74 MB 3,870 14
805,367 805,367 00000000000000000002bad5792ee08488a73bd64c973f5f9fbc94a8ef758136 1.65 MB 3,234 9
805,366 805,366 000000000000000000029b82b317818c05fcef00dd6804cff8c869bba98ab5a2 1.82 MB 3,679 9
805,365 805,365 00000000000000000002723dda7c750ef201a9d18b4b23500bc50913a768dbc5 1.69 MB 1,828 11
805,364 805,364 00000000000000000003610b87f0a94ad4145b483bd5dfd9c1771624f361dc61 1.61 MB 2,713 16
805,363 805,363 000000000000000000042a3acb21f3a9122f0c1657fb0e4369c8794aeb76c2b2 1.75 MB 1,768 11
805,362 805,362 00000000000000000003eecaf578d68fe76a9ad289d781210d8dca455de946e2 1.53 MB 1,944 15
805,361 805,361 0000000000000000000176ddd0dde3c502206943b4d487a549d150a8af386b7e 1.55 MB 904 8
805,360 805,360 0000000000000000000336b38b18df15054061892af6fc104eaebb5a902803d0 1.43 MB 1,862 13
805,359 805,359 0000000000000000000438f092773917209bdb928c119079edf5c548eda024c3 1.60 MB 3,247 24
805,358 805,358 00000000000000000003e11a098c4577a4f98912644c62441264d5c12c5b9293 1.31 MB 1,900 15
805,357 805,357 0000000000000000000412a26a01c77bb4ff9694f113311f8d5d8c8bbc31d7a1 1.50 MB 1,786 10
805,356 805,356 0000000000000000000129df48135dde5c167150f1aaf7563b5d7a30e095b9f7 1.62 MB 3,406 21
805,355 805,355 0000000000000000000332116bcbffcd95dc302f7c7c7030234e0c21dc37563e 1.69 MB 2,226 9
805,354 805,354 00000000000000000001981cfa8a27af4c15cb0577547c87e2057198d036a62a 1.65 MB 3,720 18
805,353 805,353 000000000000000000000cfb06f7f115676d7aaae76c00df0fed306bcbc24847 1.47 MB 3,293 28
805,352 805,352 0000000000000000000397fe77e67366de1aa692a7846610061590bf746cb1c3 1.51 MB 2,613 17
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.