Memory Pool Memory Pool Refreshing

6,787 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (79,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,207 828,207 00000000000000000001f2e64884f245e86acb4ef2efd3bfc5f0c240805ff4fd 1.77 MB 3,564 31
828,206 828,206 0000000000000000000107380b45f2fb2a0a6aa0a08958e8274f43ef31f0c39f 1.72 MB 4,529 31
828,205 828,205 00000000000000000000d7366c66e444242e69d33a26bdeea7c40edce643b7d3 1.46 MB 2,981 33
828,204 828,204 00000000000000000001cd112fd74b5a5c33edb4e22312943b9cc61ae8e92101 1.93 MB 5,934 30
828,203 828,203 00000000000000000002e77a6de5f266dcf9def6e7ee00e26a3e617ea00e9001 1.79 MB 3,995 29
828,202 828,202 00000000000000000001cbb04165591c0d013be09053c7d0b04c157a3939ba16 1.61 MB 2,793 27
828,201 828,201 00000000000000000002e7c2a2a44f417f35bae5609346dabc4e752bcaf9e5a5 1.64 MB 3,943 35
828,200 828,200 0000000000000000000022c51721631f2bfc63650d09ae003339263f0e31ffa6 1.66 MB 3,612 30
828,199 828,199 00000000000000000003a1bc977acaa4085edd7078122ac8973ae35c4f8072bc 1.64 MB 4,972 39
828,198 828,198 00000000000000000001e3fe0e44202df2acb187e5f8eea317defdee1c698ea6 1.75 MB 5,009 33
828,197 828,197 000000000000000000020f1d393e6a1a64ba0cb3ccd62936d97ac90e88765b15 1.68 MB 4,387 36
828,196 828,196 000000000000000000025175491d2c26e5c6b85db56ab44e17e3a93efbdb5a15 1.62 MB 5,146 32
828,195 828,195 00000000000000000003bf07f3ee0c2ff1ce6f5169745d2d7394e1a16e909e8f 1.56 MB 3,346 44
828,194 828,194 00000000000000000001c92ac75485880c1483467b869552c6e71e01b9a6c235 1.56 MB 4,376 34
828,193 828,193 0000000000000000000037ded66d2eb327aa4c0c76fcb1dd8440a967f774c329 1.68 MB 3,132 39
828,192 828,192 00000000000000000000451d3978dec23f2fec7ba9d280ace1d4d29eb40b2909 1.59 MB 3,380 45
828,191 828,191 00000000000000000003a2c070518e47dd3218dba41a40a29ad64f93776b6e2b 1.40 MB 3,153 31
828,190 828,190 00000000000000000000448d103e5876baad864a099bf01cf9e9241f7a7b07eb 1.50 MB 3,223 35
828,189 828,189 0000000000000000000259edc05e439e147bf3998f86152dfa667b3161af03e0 1.70 MB 2,814 38
828,188 828,188 000000000000000000007b10f7737ee1c948b73a32a892f34ff6e69b47a895ac 1.57 MB 3,554 42
828,187 828,187 00000000000000000003e1095f9dc50659797a357ddc28dd1eb65b52c2881876 1.61 MB 2,703 40
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.