Memory Pool Memory Pool Refreshing

12,195 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,231 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (741,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,812 165,812 00000000000001ca8f03fa6fa3bfc320f775f4a8928e329b0e6b491c68b520db 0.03 MB 62 266
165,811 165,811 0000000000000b3dcece69b22c502e0ad6f8d925233968c6a54aa9c2f768752a 0.04 MB 61 187
165,810 165,810 000000000000079d0324898bd2e9d4616357ef79ca8f21bcfa5bb703b61b5e95 0.05 MB 128 17
165,809 165,809 00000000000009fe7d924846c57ebcea872b13768ed4ca90487b0a45b5aec972 0.05 MB 50 1,887
165,808 165,808 0000000000000acd5b6a81ebd2a6dcf6e4b65d366a4d2f1baf3144c185cd598d 0.02 MB 33 196
165,807 165,807 00000000000004d0bc688bd8e0e155a509c18739b99bb67e20e61633887e658a 0.04 MB 88 125
165,806 165,806 0000000000000b1018858521904072ac97ae6998dddf4739ecfc07f88b108f67 0.05 MB 87 0
165,805 165,805 000000000000010241a6797a8a0773cd57e588be2fc8b4134f2e5a62c5268d7c 0.03 MB 49 19
165,804 165,804 0000000000000624a225a422eb4a50092f8e565291747d1630ebe03d9b2f91a0 0.07 MB 164 223
165,803 165,803 0000000000000a97ba55cb16d92597063c64c19ca58c5c9b1e1e77e4825910c7 0.01 MB 47 0
165,802 165,802 00000000000006ce6273db726ad2055052cd9377daf1606d0ac74b06e4029a55 0.03 MB 57 126
165,801 165,801 0000000000000871755c4e86a48d05d553abf16eba4aa707e87448a4797b9249 0.01 MB 21 283
165,800 165,800 00000000000008da23f05e81937e393bf6a8f9d8aecb966de96a288e630c2e61 0.02 MB 36 121
165,799 165,799 0000000000000abf2d454eebea318bfd3c31e3af4dc15460fa9096cab5c31c30 0.05 MB 96 260
165,798 165,798 000000000000080520b3747bcf2ead956a25423d63591c73d53970e17e163265 0.05 MB 118 176
165,797 165,797 0000000000000bc8e6f37e6e4d255929d85d14cc64b3c50911a96d863d02de7b 0.02 MB 24 69
165,796 165,796 00000000000002fd2865822fbfece9e50af0974062eadb0ceecedb923cdb8834 0.02 MB 49 55
165,795 165,795 0000000000000b0d59eaf214c095e6c416259d8d6c066b1a1d1f2cc02afe3124 0.01 MB 24 79
165,794 165,794 0000000000000193f2bb60c4436604aebfc2cff5f02aff30b7de209c343440e5 0.02 MB 87 2
165,793 165,793 00000000000001e902f0ab6b97f6cfa54436827f2e741ed3392f9b09e3060eaa 0.02 MB 55 171
165,792 165,792 00000000000006e2955cebcff29c86c46b785a1ebb8c6700b3c4b4e3cc77dc1c 0.01 MB 21 71
Previous 10 blocks ↓
Total Size: 769.01 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,622.13 GB sent, 92.93 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.