Memory Pool Memory Pool Refreshing

13,499 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (778,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,120 129,120 000000000000140a8b065c6354f6de72faf9a731f082f59704637b426a289c52 0.05 MB 128 254
129,119 129,119 0000000000000c6f529669823c77467b1f8637b4e5306a10d88281693032bde4 0.03 MB 68 370
129,118 129,118 000000000000154b85d604bbfc6b923954512c45468645367758629253e53bbe 0.01 MB 14 2,370
129,117 129,117 0000000000000bf090b9940de53fdf9a33e7ded29cb6265e963fecef353b7a19 0.01 MB 19 2,222
129,116 129,116 000000000000186c134e87d70a83686286789a6e711d8821266951a4b10e95c5 0.01 MB 17 336
129,115 129,115 0000000000000e1986148e75a5a837621aaf9f1b6b3556c5d62bde3a2d05e0e5 0.01 MB 12 722
129,114 129,114 00000000000019bb3847cc836fe27ab1bc3ac8265e3dcf468530ad9debe3cce8 0.03 MB 24 820
129,113 129,113 0000000000000db88095286cfdd051f4f90acd596349f1eb1a9b436e0dac5f9b 0.03 MB 98 319
129,112 129,112 00000000000008ba307a7d91e8532b1252b8c79f2d3c558ad73e716c3cb5d00b 0.01 MB 20 1,159
129,111 129,111 0000000000000184556ac0e1be98d1f79ba3697c8d75558a28788dafe63cdddf 0.01 MB 20 805
129,110 129,110 0000000000000b16337e640d101cde93c679c130436659ba21cdec3b9f218c5e 0.01 MB 20 1,493
129,109 129,109 0000000000000feb2b0793815e69d46006d2bfad034f518b270624caa7cad215 0.01 MB 42 540
129,108 129,108 0000000000000a6d9d26e60d97cef8e14ba2b85fb5dc2fe4570b2c3f110897d9 0.01 MB 22 706
129,107 129,107 000000000000013c82cae901715260fe1b7ab6dbb58872d7f64d13fb728291fa 0.00 MB 1 0
129,106 129,106 0000000000000d3eb3c06142eee8955335c5250faad295934559587e5f39cbb9 0.02 MB 37 463
129,105 129,105 0000000000000570d6d0ec26ad636b506c4baa33b54ce100224041f30d46abc8 0.04 MB 66 831
129,104 129,104 0000000000000049ac52b61c7b53cff7d8210fc9781a5291a91a80d246f1c1e8 0.04 MB 127 1,094
129,103 129,103 0000000000000de91d9ac36453d00a99a8492da195c35fae7904f8a30a6587c9 0.05 MB 149 302
129,102 129,102 0000000000000c2e751275a4b5a275d2d370e0fcb23b7650f8138b2b4edd7c1a 0.00 MB 8 1,193
129,101 129,101 000000000000084db654528e237561d9d9f96059421aab2546d6a297aa4a1f9a 0.10 MB 274 251
129,100 129,100 0000000000000d2c60ba7301526c95eea1e821e464013e8db08efc7f1088503a 0.01 MB 23 2,009
Previous 10 blocks ↓
Total Size: 768.93 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,612.83 GB sent, 92.49 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.