Loading Tool

Explorer IconExplorer

Memory Pool

46,054 transactions
28.53 vMB
0.07584617 BTC
Random Selection Loading Transactions
Max Size: 151.62/200 MB

Candidate Block

Mining Attempt 2a98ff609c2447ba117eb5edcc3bcf9c67a6d001efb6a1a40ae305b07458e2ae
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root 40caf63f3bd98843e4ce8ef5e8a69a54914745b953631e8f9e1c96deccbf33fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,192
Size: 1.00 vMB
Total Fees: 0.02172862 BTC
Feerates: 100.23 > 2.18 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (419,679 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,164 495,164 0000000000000000007cfb8d7ea53e923b82edf4af1cf98793749bf514c11c9b 1,512 1.00/1.00 vMB 139
495,163 495,163 00000000000000000078cbb06e551a8586a76c6c2dc3ce76a383b40129ed7057 1,521 1.00/1.00 vMB 132
495,162 495,162 00000000000000000091fb38cdc24bbd47c83d55f971f5b0e2b1970b965ccebc 2,180 1.00/1.00 vMB 203
495,161 495,161 00000000000000000084d9153fa9f89fd7cd5d34eddd33f2c3f2c69436d30026 1,773 1.00/1.00 vMB 183
495,160 495,160 00000000000000000079479e8c92f14ffa5e396abeeac39f8e224bde55583448 1,745 1.00/1.00 vMB 71
495,159 495,159 000000000000000000045d3d5de235d75ccce8c1b71134e100a167208807e2f2 1,597 1.00/1.00 vMB 282
495,158 495,158 0000000000000000006bc80ef3704474631ab98b6e211560f1a072ef9c48e38c 2,362 1.00/1.00 vMB 201
495,157 495,157 00000000000000000048bf220200ae02088649dcc730c94be508837f5ba83334 2,403 1.00/1.00 vMB 119
495,156 495,156 00000000000000000096aae9201c11d4c08c1931d7d72ef6b60d11b0f1c6189e 2,393 1.00/1.00 vMB 198
495,155 495,155 000000000000000000bb65e4d4d0ca97152862a8940471ed487f49f6df80ab9d 2,277 1.00/1.00 vMB 447
495,154 495,154 000000000000000000aafb01d16082ca8d4c4059da96bcca78362af8aaca56ca 1,349 1.00/1.00 vMB 77
495,153 495,153 00000000000000000025df13edb1811551712b978023cc4755c5b7beb7ff823d 2,181 1.00/1.00 vMB 186
495,152 495,152 000000000000000000c899be1edb83d137196706b52996ff78eaa9afca5affce 1,971 1.00/1.00 vMB 272
495,151 495,151 000000000000000000ad20dae5217799c9b1134a295c66e75ac695ecece0ec2f 1,575 1.00/1.00 vMB 60
495,150 495,150 000000000000000000887c73b6f6a4f2389f907a8f4f93d56950a5460ea41d3d 2,567 1.00/1.00 vMB 94
495,149 495,149 00000000000000000012d6cf03926edbf88a118eeb15b6c3e8a4c64f4103402e 2,316 1.00/1.00 vMB 197
495,148 495,148 000000000000000000b2754da864c17a46008bbd850eaa58c0acaf74ee0eec83 2,285 1.00/1.00 vMB 464
495,147 495,147 000000000000000000193b26029c3704378f09dbd46203c470c97ab588930375 636 1.00/1.00 vMB 37
495,146 495,146 000000000000000000286b494fa7b2cbeb5ad6528f7d2ff61a6e304311504d27 939 1.00/1.00 vMB 91
495,145 495,145 000000000000000000806d34f9e3627db440ef63ebc9eed9e19c3a0cb830a1d2 1,236 1.00/1.00 vMB 113
495,144 495,144 0000000000000000008d0a769516ec23a6c6d4398675aa595956fb757182f385 735 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.