Memory Pool Memory Pool Refreshing

5,106 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (637,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,101 270,101 0000000000000001ee27dcea2d3b0702b310d6213866d8dcfffceb8b5b87e973 0.11 MB 198 24
270,100 270,100 000000000000000427ef332dd54bf3f611c1400dcbe1863c811d4e223a975d9e 0.13 MB 316 71
270,099 270,099 0000000000000005e283ba322761cde5f606238a8a032b34f053e9500552d57f 0.09 MB 123 54
270,098 270,098 00000000000000058d6997ca0836ec8acc7900bf137ac1b2a9182741937b2525 0.24 MB 545 66
270,097 270,097 000000000000000567720d1f23931cea76782dd63181c5c65de4156c27f86d5e 0.21 MB 467 82
270,096 270,096 0000000000000003606abfa5b19abcdefd839cc1b0da2fea63cbda317597de5a 0.08 MB 149 53
270,095 270,095 000000000000000735e3f5b33f6a72639400dd9800e225942aa743de9f181df2 0.14 MB 299 57
270,094 270,094 0000000000000002a41dd83c3a72c2bec60edd553ab015ced271870d62e61708 0.22 MB 490 74
270,093 270,093 000000000000000730577b114e2e88d2d5fc28544a6cde37da25b5a279ecc633 0.00 MB 11 114
270,092 270,092 0000000000000006ba863339b56e0c359e9950049936504b297e11e955920fa8 0.02 MB 44 32
270,091 270,091 000000000000000162789fe79424057e6e8e2d9824515b42d8d8ed68feda5186 0.03 MB 70 112
270,090 270,090 00000000000000081720bd9f89d1b2b2838f45e42558059ec3351a38290f64f0 0.14 MB 345 87
270,089 270,089 00000000000000047563b59971e51eeebe18e059b852c46cb969412dde153cf8 0.10 MB 176 48
270,088 270,088 00000000000000010e2283a7a9601f34038597b6033c37c4783909cb51304eac 0.01 MB 24 86
270,087 270,087 000000000000000819c1e9487ad031f4054270a62fe236d71ed95a5fcf37ac72 0.10 MB 180 63
270,086 270,086 00000000000000066cedf21b16c96c0cb15204fbf2dd84313eb81ff3c24e4c18 0.15 MB 328 112
270,085 270,085 00000000000000022b06e64c8c3953688b77ff4571b60cd25df9ea680c130ce4 0.09 MB 174 95
270,084 270,084 0000000000000001899585e7d09349adea6cc0a046c35fef252d3c2340daa6e5 0.17 MB 365 125
270,083 270,083 00000000000000002884c2e2f624b2088505181e6ceb8f98af17cebeee7afd28 0.49 MB 1,335 184
270,082 270,082 0000000000000005addf1a008121fb1caacbdac9ba96dc4c6cf5eff3d908e9b1 0.04 MB 89 34
270,081 270,081 00000000000000056321559689abd0aa5c36d83a3eaf445ab5b0ff82fe707f48 0.01 MB 29 52
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.