Loading Tool

Explorer IconExplorer

Memory Pool

43,329 transactions
27.94 vMB
0.09828616 BTC
Random Selection Loading Transactions
Max Size: 144.54/200 MB

Candidate Block

Mining Attempt 34b0d5696d2ed77a98b94394d3ac76d6af7f2cb8b34f39ec34ccc5f1a48b55f4
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root f77d0a5947e0c5de6296f25407836aa34160817c2530d0421b7b06f987253883
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.03956455 BTC
Feerates: 144.55 > 3.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (350,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
564,213 564,213 0000000000000000000046361d0df5c593161e718a02b4c47b3487ead8d4dab3 3,355 1.00/1.00 vMB 48
564,212 564,212 000000000000000000024e8f331a390b3c251b3d4691d57b586458e29859473d 2,538 0.90/1.00 vMB 5
564,211 564,211 0000000000000000000a5279740beedd224da81a133e010e100ae53af2085ab9 2,824 1.00/1.00 vMB 39
564,210 564,210 00000000000000000028a1c92ed596367cf1ff11e839d21a1ca9f0b0ec97a1c0 553 0.83/1.00 vMB 5
564,209 564,209 000000000000000000279b5bae8a35917aec88bb511b19ac39392c0add5088d8 2,320 0.99/1.00 vMB 14
564,208 564,208 0000000000000000001dfd3e13d6c24c188d50f0b9b38f0866cecf110368c201 2,308 1.00/1.00 vMB 11
564,207 564,207 0000000000000000001eaf24bc7dc8e642ffbfd42f898031a2547fcb85d0703b 2,965 1.00/1.00 vMB 24
564,206 564,206 0000000000000000000ba3512a70ec3e7fb3549db2ea9b7c2867ec26db710a5a 1,960 1.00/1.00 vMB 9
564,205 564,205 0000000000000000001bcf722fbf7a57033b09746379f96c65d80615bfbe32fc 2,979 1.00/1.00 vMB 16
564,204 564,204 000000000000000000151479d503c0ce5bbb4b0fc6ec20d48f68fb23844e33b9 2,962 1.00/1.00 vMB 26
564,203 564,203 0000000000000000000f09fe83037b1c90523b939838d3459a55bcdb27a0abc9 1,856 1.00/1.00 vMB 4
564,202 564,202 0000000000000000000bd1873aaa5c2fa8d19b2a6e7ce270ea7acd565bde81ca 2,869 1.00/1.00 vMB 9
564,201 564,201 00000000000000000021049bebdda638cc345b4807923aa4562f8e843dd47147 2,157 1.00/1.00 vMB 28
564,200 564,200 00000000000000000024bb1f9f326ca90241fe6433ca197e532ba5ab0a4dd66d 2,467 1.00/1.00 vMB 31
564,199 564,199 00000000000000000024347d95b6983a01da75c9942c64b9525d1d99f9bbffb9 2,128 1.00/1.00 vMB 17
564,198 564,198 0000000000000000001ecaf3966ec985dfc935a1d63da790c5171aea16600028 2,719 1.00/1.00 vMB 36
564,197 564,197 00000000000000000023361e405d0f22866c36ea40b7d347ff84854194167264 2,540 1.00/1.00 vMB 46
564,196 564,196 00000000000000000021fa68895d07aed0ad610ba8510c77d9868cb86dcbe1d8 1,474 1.00/1.00 vMB 10
564,195 564,195 000000000000000000097ac449c2cba3da248348b52b6e9957b519916577e935 2,152 1.00/1.00 vMB 26
564,194 564,194 00000000000000000003dcd6ceeffb2e6ade7109609bd132930357df7f7b7259 1,902 1.00/1.00 vMB 10
564,193 564,193 00000000000000000022cc793dc6ee8b81063cb67aad7a14d57e2d4e65175df0 2,538 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.79 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: 633.85 GB
    • Received: 12.22 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.