Loading Tool

Explorer IconExplorer

Memory Pool

44,210 transactions
28.10 vMB
0.15971922 BTC
Random Selection Loading Transactions
Max Size: 146.08/200 MB

Candidate Block

Mining Attempt f960245fa93111c00aa9e1aad9da2bde3f4724cda016ffb597ea57cd81c0500b
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 4cb0379ad8fb74f16bb6fa0eedf2853e2c6248326d299665c77f61af9a08f070
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,710
Size: 1.00 vMB
Total Fees: 0.05828914 BTC
Feerates: 151.12 > 5.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (797,398 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,307 117,307 0000000000009512715b1cafbf4ae3f53bf586b78fb82adaa2e37c73b71cf804 17 0.00/1.00 vMB 464
117,306 117,306 0000000000002f381b5a4dff594040f2da98141c2311d4aa831f4d9f6fc1cef3 11 0.00/1.00 vMB 348
117,305 117,305 00000000000079413924c1f3d9ac3eed6f54a20c37d167580d65071a0998ca6f 9 0.00/1.00 vMB 0
117,304 117,304 000000000000510a2921b701ee71feb166c87034e6bab9327409d7996dc75912 8 0.00/1.00 vMB 338
117,303 117,303 000000000000269aaaa909b27a9d01cc3f3fb9779641c9405adaa7cfb47b28ed 11 0.00/1.00 vMB 0
117,302 117,302 00000000000021e33729a054c1d463f1b138fd540aea3100d267d9fb60e0e7f1 10 0.00/1.00 vMB 1,079
117,301 117,301 000000000000c0fa258c433f6c1a3af9d88cf8eda2040b4bc3fa0686598b8f60 1 0.00/1.00 vMB 0
117,300 117,300 0000000000007307c09f13327ff55d472b3968edca9fd4e8d20fcae5ebac3617 11 0.00/1.00 vMB 680
117,299 117,299 0000000000000036b4b80aa86327ad9e3964eb0dc842466fc22c10e2f92d8e14 12 0.01/1.00 vMB 936
117,298 117,298 0000000000005557bf5f639e15bb9b66c8cf63a43dd07a77606c208d9186e5d4 8 0.00/1.00 vMB 1,023
117,297 117,297 000000000000a51786738ad84f7b779986aa4f3314ab22e5a6fac92ff0707923 6 0.01/1.00 vMB 0
117,296 117,296 0000000000006c077b9b2da920c13ba4816ec05e0542ce9c68322cf5748a4118 1 0.00/1.00 vMB 0
117,295 117,295 000000000000ca1d0281bec8b2b0d464f620b19d90e2b865f9ae53408577f01b 1 0.00/1.00 vMB 0
117,294 117,294 0000000000008395682561cf216ada1546571fb7e2845915320117689a276ed9 7 0.00/1.00 vMB 0
117,293 117,293 000000000000c98b764ce86bd1c90d7e3960eac230140e61889c5e4ee683563e 6 0.00/1.00 vMB 0
117,292 117,292 00000000000022ddfd71664b29a0384e5e3a85bf55f853c4a787ef6eb0254388 9 0.00/1.00 vMB 1,008
117,291 117,291 000000000000146771610cd8b7cfda818957b390dca64d95ff0a9c85eb14fe11 5 0.00/1.00 vMB 1,213
117,290 117,290 00000000000007b9e967729c45d70230363d96f37be25023376baca4b226eb5b 11 0.00/1.00 vMB 399
117,289 117,289 0000000000009a8c614df867fc82c5fdd71577d4932caef3b42f7e09da47383c 10 0.00/1.00 vMB 336
117,288 117,288 0000000000001aa1e2adeb1ce3e55108045decba54d1db5ae54b4ee37e2fd92d 15 0.01/1.00 vMB 0
117,287 117,287 00000000000077d4af078549e7b6a9cc488adb7b59caa9242c2f8a0c143f1e02 3 0.00/1.00 vMB 2,881
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 643.27 GB
    • Received: 12.58 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.