Memory Pool Memory Pool Refreshing

13,965 transactions
4.44 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (657,498 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,220 250,220 0000000000000033ecda049490b6880b3b018dca17ed945b1396eb1c0e6d99c4 0.01 MB 23 115
250,219 250,219 000000000000002189b5afe112ee730f9884f78cce6629bf74bb6659a65082e1 0.06 MB 101 120
250,218 250,218 0000000000000036cfc5dce00eefc84f7690ae3e83b4d0eeba1422fa6062e6e9 0.09 MB 171 110
250,217 250,217 0000000000000071ee2cb57493c41bbe4472fb83e58cf36036707184a14f343b 0.23 MB 535 147
250,216 250,216 0000000000000054508d72a01fe7a56cf76ee354819def13f2a64a38aa085afe 0.03 MB 98 79
250,215 250,215 00000000000000583a7a6502166e4575cf08c12175e5479c453784bbe05b0862 0.02 MB 55 29
250,214 250,214 00000000000000351c159820729dffe5308a6337f34911c581ed3aece0aa3e2d 0.04 MB 93 170
250,213 250,213 000000000000000971d821ddb0c093de3a056bdbd3c23449575a04439a8cdd34 0.10 MB 148 84
250,212 250,212 00000000000000026fc72184e1c6177e00941fc51d860e9ee28d6099d5b5cb7c 0.21 MB 512 127
250,211 250,211 0000000000000067d935074609fca5609ece9df3406b351a8bb0703264770c48 0.03 MB 63 134
250,210 250,210 000000000000006a199f46969e03ac657b929f3c3490eaf555eaf4c01fd3a1f1 0.05 MB 102 103
250,209 250,209 000000000000003f3af23b188cccc5d1db81c5b5323a945bffac9025f4aa6f05 0.09 MB 226 166
250,208 250,208 0000000000000061c45384d5fe25d3dd86b7021c6565602284bdcecb64a777e1 0.09 MB 234 110
250,207 250,207 000000000000001a95dfd85db6bd26bce98350b511cd34c4398990b72c42315b 0.12 MB 253 100
250,206 250,206 000000000000001d9b528b01fcfef2af7b7f4f74c10f915c0db87ea7677ce8dc 0.21 MB 500 129
250,205 250,205 000000000000003b2fcf279c29d26954044d4e9bab3da707f8e2752a1cdbf7d1 0.25 MB 499 83
250,204 250,204 0000000000000028f51dccbf7ed1cdb5d7e5a0721bb2fe50f710ccdd14893b62 0.25 MB 569 153
250,203 250,203 0000000000000017b44924843dd3f20c0b1101d34f9414206fe4ff9ded0ee839 0.12 MB 190 33
250,202 250,202 0000000000000010274ac69afa0b9b864e344b165c64dbc5262781090c949c18 0.25 MB 605 159
250,201 250,201 0000000000000022d8778c04f9e24c5df5788ecbd7666b766e7279a91c75bafe 0.09 MB 224 32
250,200 250,200 00000000000000726248ae90dbf85d69f65372884e194c9eccc8f4fc615213d9 0.23 MB 512 141
Previous 10 blocks ↓
Total Size: 769.02 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.94 GB sent, 92.96 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.