Memory Pool Memory Pool Refreshing

4,371 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (294,475 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
613,261 613,261 00000000000000000007f60b0d2c49991a190c02ab7e04b0403b80f998b18863 1.29 MB 2,265 21
613,260 613,260 0000000000000000000ce8269af0e766e54efe490f320b732e8f823abd1d17dc 1.33 MB 2,558 27
613,259 613,259 000000000000000000020bb428594a7a4da52abe74fca733d0c00e14a99478d2 1.29 MB 2,932 33
613,258 613,258 0000000000000000001304a9da1eb05bda86b68d3718d8630da9a20d8eb74b29 1.38 MB 2,182 10
613,257 613,257 000000000000000000092072d35d34e3cf35c26c18bb468e99ad6babcff07b4d 1.19 MB 2,196 12
613,256 613,256 00000000000000000004c1905ebd66ad57312ee834938a244e789e110b60c658 1.33 MB 2,600 16
613,255 613,255 0000000000000000000b70857493d5c8ab06fbe7a00ba3b45812b45c94df4adf 1.33 MB 2,474 27
613,254 613,254 0000000000000000000cb51f2c842e0cbe382d71f5df5f9a6799da46e7ee6aee 1.55 MB 2,111 25
613,253 613,253 00000000000000000006fc33cc20af73891b8ae52c823cbb257e827f299a5746 1.79 MB 1,948 23
613,252 613,252 000000000000000000116bf8902653a5c4e593ce340449a996a68eb3eb0d0303 1.23 MB 2,096 40
613,251 613,251 000000000000000000119f61ed573dd56968520a787a264951a2d05299075ec4 1.26 MB 2,397 40
613,250 613,250 00000000000000000001335b1903120d21ad92e81e13873db7981783ae43542b 0.46 MB 935 20
613,249 613,249 0000000000000000000e64ff6453b61cd02fd7be8e5b276de048cf4913da7dea 0.29 MB 540 8
613,248 613,248 00000000000000000003e7fd4166021a0a64aa66b2a1019039d0dab0e3fee6b0 1.31 MB 2,817 15
613,247 613,247 00000000000000000004b4a122cd331c1065886357583ee43a3a23ccdca220ec 0.48 MB 659 3
613,246 613,246 0000000000000000000341a2e70508544a2d46d6a3be0a5b011adc8ffe82348a 1.37 MB 2,841 10
613,245 613,245 00000000000000000000faecd4d2c82335d8ba296863eda9f9fabf20261b235e 1.25 MB 2,350 7
613,244 613,244 000000000000000000109f3fc25621bf5fd27de085f235b13d0640a2c2734d7c 1.36 MB 2,127 29
613,243 613,243 0000000000000000000e0b5b661654d9dbcd898f0a755b26afa8a73e177e3c54 1.25 MB 2,583 21
613,242 613,242 00000000000000000007c5995718a1948b10ea19ca49eaa97cddf3b510cd881b 0.23 MB 613 20
613,241 613,241 00000000000000000004a77f9d95e3f5c28884f141143d58002cbe9b9f92eba1 0.70 MB 1,425 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.50 GB sent, 93.13 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.