Loading Tool

Explorer IconExplorer

Memory Pool

83,293 transactions
31.24 vMB
0.09279128 BTC
Random Selection Loading Transactions
Max Size: 191.60/200 MB

Candidate Block

Mining Attempt 2ccd21a0fbce4b9fa9cdb269dd1c725c6159adc9fe70380ceeeaafe8a5458648
Version 20000000
Previous Block 00000000000000000000b7ed4bcc09a1ab3389cc1da6d37b94493a2f9a8472a1
Merkle Root 64cf8daa26a4ea62b1f77c1721b4f63c4988914f6b4ca9d28d1270b3c7ff4df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.02226655 BTC
Feerates: 114.60 > 2.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,223 (436,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,307 478,307 0000000000000000010688d61c53255beb7d25fdce13d7a36fdeb7b29e72c981 1,526 1.00/1.00 vMB 80
478,306 478,306 00000000000000000006d3b793722aeeab85e3915690793c51af95c90cbe90db 1,774 1.00/1.00 vMB 100
478,305 478,305 0000000000000000013037510d1a4047fb934dcf21d7f2570b39d8a32fb7354c 2,097 1.00/1.00 vMB 130
478,304 478,304 0000000000000000007d7c9d735e6517eb9bf900d247f239de4237d7b5a430c1 1,478 1.00/1.00 vMB 141
478,303 478,303 0000000000000000006e9f49980ce60453c63ff0914511d9b093c309ac36a1ba 1,855 1.00/1.00 vMB 210
478,302 478,302 0000000000000000002c5d662d417994d203bfa94c63869d7d1db6f282de4ff8 2,008 1.00/1.00 vMB 144
478,301 478,301 00000000000000000001cca00aeaf8dde70e59c95dfcd8a6df8ec9ea8cab8c2a 2,189 1.00/1.00 vMB 189
478,300 478,300 0000000000000000004232f80734142d42d8e4d4f09918dcb5fd77b868cf35de 1,818 0.99/1.00 vMB 160
478,299 478,299 000000000000000000dee20b9637c0e816b942fb1f516c45b9ff17d479b173d5 1,684 1.00/1.00 vMB 167
478,298 478,298 000000000000000000fd1f7c94e226af7aa38827ebac116688f9d70576acf074 1,935 1.00/1.00 vMB 132
478,297 478,297 000000000000000000fb481e1a8eb587af6f03f9354b1282dc36f2fd7766df19 887 1.00/1.00 vMB 206
478,296 478,296 000000000000000000363951d9ddf629658825d98e5728766616c8e52dd5aa79 970 1.00/1.00 vMB 244
478,295 478,295 00000000000000000054c136dba7fb55e4969bfa51411f664c2dc3a0838967cd 576 0.88/1.00 vMB 50
478,294 478,294 0000000000000000010f175b20a06381236a167fc36ab4da54b1e12ab0d0772a 732 1.00/1.00 vMB 51
478,293 478,293 0000000000000000009b365a1747fe95e2a14ace037018573085ed08402d113e 969 1.00/1.00 vMB 61
478,292 478,292 00000000000000000139b3616b629e05a8e07e3327fc1dbd84bb121cd8a05e5b 480 1.00/1.00 vMB 34
478,291 478,291 000000000000000000c047b5dfb8aef1c8ac3389a199fc587d3ada844e7402aa 1,237 1.00/1.00 vMB 79
478,290 478,290 000000000000000001102d3bddf0fa0e5e24068c9124bc292a23de93e5c29776 815 1.00/1.00 vMB 67
478,289 478,289 000000000000000000e6dfdf8538d5e63ea11d97f8a5835486b56b77dfc2cf1c 927 1.00/1.00 vMB 52
478,288 478,288 00000000000000000047a67a263596afbbd82092ef307e4c2af82dcd39faf65d 989 1.00/1.00 vMB 82
478,287 478,287 000000000000000000a3926ba4f6e81de20de5cb341eda1a2fabfb88eb3a689c 790 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.43 GB
    • Received: 16.91 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.