Memory Pool Memory Pool Refreshing

9,861 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (452,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,961 454,961 00000000000000000024a996b9be8a408fd8189029f5731300207ea92cfcc372 0.97 MB 370 29
454,960 454,960 0000000000000000016e802c1c9e9d14b03fa463a52be714b0f714451346bc66 1.00 MB 1,074 59
454,959 454,959 000000000000000000bb1b9dcd6cee5d43e0b2b339d36aba4d8bc20a0893eb2c 1.00 MB 1,869 99
454,958 454,958 000000000000000000a8c666c88a64d8207075e9234e1fac623feadcc2131e2c 1.00 MB 2,072 104
454,957 454,957 00000000000000000208d781c6c4d6d7a185aaa4dfebbc5c971388fb12c20bee 1.00 MB 2,294 136
454,956 454,956 000000000000000000bda8c59fc2d0e57a35f6728d4d7d730f164a7836e0936e 1.00 MB 2,563 144
454,955 454,955 0000000000000000000c5dc465e585e2d6a14333e5a77b5758dcabb2d7e00686 0.00 MB 1 0
454,954 454,954 000000000000000001d0155f281523dd319b6a98a290723754abd5b91dad4e7e 1.00 MB 2,398 145
454,953 454,953 0000000000000000004b8d1b020eeb156ef2486d02ff587b92ceb6455ce576df 0.37 MB 1,023 164
454,952 454,952 0000000000000000019906cc0151d5377a1f4cea6281a540d552e4883c1402a6 1.00 MB 1,985 111
454,951 454,951 00000000000000000223afea908cf465f8307a962d09bd5f862d5231cba5ac9f 1.00 MB 2,247 124
454,950 454,950 00000000000000000053bca7df93c1def064d6b882bbc038b9bedb1d064c0621 1.00 MB 2,331 152
454,949 454,949 000000000000000000df63115148fa025cdc1910838abd275727c3c017b6b589 0.10 MB 284 173
454,948 454,948 0000000000000000004166c560cb5794f545f1648df9ab152f25dcb06e5aafaa 1.00 MB 1,940 106
454,947 454,947 000000000000000001503612e38125e056a0d036ebf6950138b4145808be3951 1.00 MB 2,020 130
454,946 454,946 0000000000000000019f03bcc60f5aff8c1db84b68cdc992c556fea2cca9a20b 1.00 MB 1,421 98
454,945 454,945 00000000000000000103446e9f53443d523c8dc13de2b1ac36c24e867e26dec1 1.00 MB 2,237 145
454,944 454,944 00000000000000000033cdd7410bb1cc964863607556cd4abaa49082dad52f09 1.00 MB 1,917 149
454,943 454,943 0000000000000000020bd4aef94a5bbb7fc38fff8a33e211c0f4e005078bfa3b 1.00 MB 2,235 139
454,942 454,942 0000000000000000003a4970afdde973b9849527775e45b5f337a1cd3e8b152e 1.00 MB 1,019 57
454,941 454,941 00000000000000000177f52eb087c53fd2d1f7dadca661a5fc695b1faa826a4f 0.95 MB 984 72
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.