Loading Tool

Explorer IconExplorer

Memory Pool

81,791 transactions
31.29 vMB
0.07915394 BTC
Random Selection Loading Transactions
Max Size: 190.39/200 MB

Candidate Block

Mining Attempt 31b3deb6688d5aeb614bcecf5eab93d881d9657f54bdfd7efbd4c138e4f4cee8
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root f593c3e4bcd8c783d5d7c608d88058d822a3f8d654d957ab219f402a34d22301
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,181
Size: 1.00 vMB
Total Fees: 0.01145726 BTC
Feerates: 100.37 > 1.15 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (506,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
408,316 408,316 000000000000000002eb3ffe9a8616674ed16ec076782b0b04bae2567600eac8 3,235 1.00/1.00 vMB 66
408,315 408,315 0000000000000000010c298a4927a2146568784c11dae4f76a00bddbd0255c90 1,074 0.90/1.00 vMB 24
408,314 408,314 00000000000000000027df9d41764498d70b8a8025e278465a8c0ad101df0c0e 1,394 1.00/1.00 vMB 33
408,313 408,313 0000000000000000043fbcc3e234446a8033f2fc89cdcab598c76e84408c026d 1,478 1.00/1.00 vMB 34
408,312 408,312 0000000000000000009287ef5a16a5e7095ac7a6a706776e68eb34283c364778 2,097 1.00/1.00 vMB 46
408,311 408,311 00000000000000000060190c2ff301b3769caab5bb4a49229dc250496ebfd99c 1,495 1.00/1.00 vMB 24
408,310 408,310 000000000000000000ae263f5cece965c1bb9bf7b98b38119971d6994da883e1 2,114 1.00/1.00 vMB 35
408,309 408,309 00000000000000000185ea0dbad7f84cac288bf7dcafe92d02fe78fb4457ec42 2,647 1.00/1.00 vMB 45
408,308 408,308 0000000000000000010359bc15c4906e129208bad396b845eb7356757b746a6e 3,079 1.00/1.00 vMB 62
408,307 408,307 00000000000000000170938decbfc975108b11b2204d6e3316ff001ed9929cec 14 0.00/1.00 vMB 64
408,306 408,306 0000000000000000017e01cdd3f6fadd3293e5b128c369c675c05f27e85c6147 2,731 1.00/1.00 vMB 37
408,305 408,305 000000000000000005fd937bdc75de59a73f59911b938c168cdd1810a2259733 3,638 1.00/1.00 vMB 79
408,304 408,304 0000000000000000023b1d25254aad2c98de6fafd0b4bacc96d51bbaaaddf555 1,582 0.93/1.00 vMB 27
408,303 408,303 0000000000000000011aefb3baaed70571c2a63ab79dfaf9f450a47891d8d57b 2,039 1.00/1.00 vMB 39
408,302 408,302 0000000000000000019c96b298e5561bfe124821b6eda2064ba047fe74767cf4 3,225 1.00/1.00 vMB 60
408,301 408,301 0000000000000000017a131128a73f65bb13e78b8927ba2d35e0302a1d1dd6d7 1,468 0.99/1.00 vMB 51
408,300 408,300 0000000000000000059aeff71176edfcbf1f5663bdd31688f88f3b7309d01e2b 429 0.20/1.00 vMB 48
408,299 408,299 00000000000000000217bb41cf15770acc47d65d657f88c29d1c5aef1a9b1436 16 0.00/1.00 vMB 73
408,298 408,298 000000000000000002fae55237e758e5781f130b5d75df8b17858d1e1de777d1 668 1.00/1.00 vMB 25
408,297 408,297 000000000000000003650ea4eb14ae3c0bcacda80a457bea21dbebeae5f8bf11 2,270 1.00/1.00 vMB 47
408,296 408,296 000000000000000002551a3ef5dbd698315c096310e5e342a658c524d29c2b90 1,657 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.73 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: 707.89 GB
    • Received: 16.71 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.