Memory Pool Memory Pool Refreshing

1,495 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,473 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (83,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
824,355 824,355 000000000000000000034a81697f28387615fd2ce2b897f15e673cc5230cb252 1.56 MB 2,887 92
824,354 824,354 0000000000000000000014c446ea1d7751e28a7227841d4be5309ed462b3e799 1.56 MB 3,295 61
824,353 824,353 00000000000000000000e719845eb825dd1b0c59d307c0a1ab11547bb1a023c7 1.83 MB 3,610 51
824,352 824,352 00000000000000000000a7619b5af6e7254f206a8fa4c5dc3dae8d6772f7563a 1.75 MB 3,467 59
824,351 824,351 0000000000000000000181f9fc18f12eaf02ac33656e8037f24a1a586d9abbcf 1.74 MB 2,036 48
824,350 824,350 00000000000000000003ce9f341b7e4ae5f9416b21b523f6231ddc9c7f9485d6 1.65 MB 2,611 47
824,349 824,349 0000000000000000000100aae293b07f59cd269522d4974a43eab953098e55ad 1.76 MB 4,252 58
824,348 824,348 0000000000000000000053ab9e3b19f8aa2246cdc4bb995f795527b373056da1 1.76 MB 2,423 52
824,347 824,347 00000000000000000002dc61f09795bbf04e15897be6b01741ba619117fbaea3 1.82 MB 3,209 47
824,346 824,346 0000000000000000000138d259f72625bff7b81793a255932d34bdf4c46e48c3 1.61 MB 3,047 84
824,345 824,345 0000000000000000000248a5e1571ca92fcc81abafc92e0ae3f9cdbeec2465c6 1.80 MB 3,168 54
824,344 824,344 00000000000000000000c475d6422496500101ed70df16106b86c91bd2e80a3f 1.61 MB 2,216 53
824,343 824,343 000000000000000000038cf5c069663b1b13062c59083dacb2a15ed14a6d78b3 1.60 MB 3,207 90
824,342 824,342 00000000000000000002614bda6bcdba9e20b707857a5b564c31e029e6b0ddad 1.61 MB 3,076 67
824,341 824,341 0000000000000000000336a131c32c2035c3c8251f0ea33c51cfa2d2da436a5e 1.95 MB 3,521 67
824,340 824,340 00000000000000000001487ebbf0bc780df3c89b8eba030adafe63d2823313bd 1.96 MB 2,899 60
824,339 824,339 000000000000000000025666e1c71ed3088067732f76d41467fc92e3fe21fdc6 1.74 MB 2,493 55
824,338 824,338 0000000000000000000357e081e0454cd8c8b92d9ad54da9df0d1e94b14b668a 1.66 MB 3,393 116
824,337 824,337 0000000000000000000165fba6cf079ebba744d2c953aa7b791bdaac3da094b8 1.86 MB 3,267 105
824,336 824,336 00000000000000000002f7f7be7a4202a167e04bb94b789b5d8656cabd12dda6 1.65 MB 3,073 56
824,335 824,335 000000000000000000023100514c44c0deefd6de2aa4535cfb041901dba8a975 1.57 MB 3,481 123
Previous 10 blocks ↓
Total Size: 769.13 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,630.67 GB sent, 93.52 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.