Memory Pool Memory Pool Refreshing

6,253 transactions
2.07 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
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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (670,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
236,833 236,833 000000000000001f24066dd24fc8bc0b6206c349250ceb83fcae00f3e40b0972 0.47 MB 1,226 179
236,832 236,832 00000000000000f0b63d5dc169aac0ead1ba75cd3e95fe89ed689c9768d01ee7 0.17 MB 391 180
236,831 236,831 000000000000014b12f52535492dc013b5537e43e2eb0f74cbe607bf1a05a901 0.05 MB 41 25
236,830 236,830 0000000000000093ecb6e3079143725e9a32b58435380708a7fbe9f0c8dbcda0 0.23 MB 544 194
236,829 236,829 000000000000004d8c6077881fb617979e32a76fcbec696157199dcffcff0f35 0.20 MB 479 181
236,828 236,828 00000000000000a496bee1b699290691d2b0747d72901aecd39eb38da4881154 0.20 MB 450 193
236,827 236,827 00000000000000a7534fa194f20b149bcdd5f5d22281fd33fd6faec780d33321 0.10 MB 188 152
236,826 236,826 000000000000000637dfd043e6294d68e3fc9224c64da188a322351aed76a6ef 0.02 MB 37 143
236,825 236,825 0000000000000044cf20e77dd19b0b6ea22c741c2e8359616075713877822c68 0.08 MB 114 87
236,824 236,824 000000000000011ea7087b64bae8dd6ba2fcbba7922c135dc56b46567bc90f25 0.25 MB 663 210
236,823 236,823 00000000000000ffd003928eba2d8003c32d3d0c05c4c583d5af5776e36305fd 0.10 MB 304 11
236,822 236,822 000000000000005a750b798899123f25c1fd8aa68b784ee2da5595ca140d1248 0.06 MB 143 212
236,821 236,821 000000000000017d13088cfed0576c9ab9c99d17380e26fefa7ad79b5ab23a43 0.08 MB 184 167
236,820 236,820 000000000000008da4cff7c9f05f105e35944e825a571d2ac70f53bff03fa42f 0.20 MB 373 164
236,819 236,819 00000000000000d025eecaf08f853e3d884bcb5eb0ca7c46421b6eab2b8d4a42 0.23 MB 527 192
236,818 236,818 00000000000000671f7f521c4a317725f2115903bf9a8cb847840f14feec29cd 0.08 MB 131 131
236,817 236,817 0000000000000046466d21fa6ed5dc6820b6f914b001be901d5457068022b6bc 0.05 MB 54 49
236,816 236,816 0000000000000089f78b7f484e44db12c55297008c8c7390dcb21093be9e0bd3 0.25 MB 526 164
236,815 236,815 00000000000000440201f90e14ccc125f796ab46df7fb97a7f90459686e9d20c 0.06 MB 100 79
236,814 236,814 00000000000000de17aef1a21e22eb3fddf2ced1dbdb52f197b4b50d13761bdd 0.25 MB 683 220
236,813 236,813 0000000000000010b333a669c4672ffa2cdd80827f50749c41c8404f2fc7776d 0.08 MB 159 161
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.