Memory Pool Memory Pool Refreshing

5,431 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,842 (298,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
609,831 609,831 000000000000000000022d0a21d9962b59f24c9684038b3ace0b88323401c289 1.15 MB 1,758 7
609,830 609,830 0000000000000000000706573b1123d35146edc44631fae69da7016bb9797541 1.21 MB 2,441 5
609,829 609,829 00000000000000000003f77d39b2dca3aeba791147e709d3acf6051e6a79826b 1.33 MB 3,167 18
609,828 609,828 0000000000000000000cb3012dad906024cffea4e68d201975b3b1526b0d4e74 1.29 MB 2,482 28
609,827 609,827 0000000000000000000e06901c68035958bd8dfd0b86aace220a6c4693aec7bb 0.61 MB 1,410 14
609,826 609,826 0000000000000000000f86c8b982c9ae14fe9b7dd7cb067092e719c3364228da 0.92 MB 1,851 16
609,825 609,825 00000000000000000007dcf912baaf8821a15c85eeaf1e00fa93b39d2320ee6e 0.06 MB 156 15
609,824 609,824 0000000000000000001038844937f2a0b916b1b964ff3336b8c00d57d65bef37 0.07 MB 167 12
609,823 609,823 00000000000000000007aa0e63efb584a438c123971a642ab0128eee064e7548 0.26 MB 516 20
609,822 609,822 0000000000000000000282bc4c2c00c7350b6035cb09b283ee132ae5859b2403 0.14 MB 310 16
609,821 609,821 00000000000000000008599a9c1c6d79ae04e431f9b0d09f50463f5f4bf70c2a 0.03 MB 52 14
609,820 609,820 000000000000000000101766ed8c52f0b408b8ff1fe93ee222d5a0922dc722e6 1.16 MB 2,207 14
609,819 609,819 000000000000000000146317e3c12486a0c7479be43f8509effb3cf7852b23b5 1.27 MB 2,971 17
609,818 609,818 0000000000000000000876f1afe5944742c720aba7de42835df29c4a147aac7c 0.04 MB 129 15
609,817 609,817 0000000000000000000935ca6cef758ec00b076d0f90efcb194ed78d14d84687 0.52 MB 1,320 14
609,816 609,816 000000000000000000082149cc74a4a7e7458d0588e6a1d9c58ec1126af6d4b6 1.27 MB 2,918 21
609,815 609,815 00000000000000000002eb723bcecb77734c9f2adcff635ca3940ce6cecc9474 0.36 MB 915 14
609,814 609,814 00000000000000000005be02f61ac16e3e2147f5a343fd74a348b6e12ffd27b2 0.45 MB 1,030 13
609,813 609,813 0000000000000000000e12d3af36c5c4d05aadc8aef914406c9b3ca1b96a30e8 0.67 MB 1,525 16
609,812 609,812 0000000000000000001307c8b0ced94bcea7af5045916683d4b4faf12188db70 0.23 MB 615 18
609,811 609,811 0000000000000000000176c2fa3d1eb2ac0b4b7384948dd99af9e928792eb673 0.17 MB 434 21
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.16 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.