Loading Tool

Explorer IconExplorer

Memory Pool

82,815 transactions
31.79 vMB
0.11728140 BTC
Random Selection Loading Transactions
Max Size: 191.05/200 MB

Candidate Block

Mining Attempt f6e1c6560ded29fa429f4d28df80d5abdedd32584128ee210e250c9c4fec62fd
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 6c67456f9a55e5e60192e585268ff07770a37231346f7f1d0d2f0f8dde312346
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,732
Size: 1.00 vMB
Total Fees: 0.03114206 BTC
Feerates: 318.30 > 3.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (480,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,713 434,713 0000000000000000009bdb351c6eef25dda6922be0166ffd2067cf624eda7f64 2,862 1.00/1.00 vMB 55
434,712 434,712 000000000000000002b287b9056f7891518c1de923e069dc85026f9e220035de 2,504 1.00/1.00 vMB 83
434,711 434,711 0000000000000000010f6041a27d8983b777cc30112fa2f1bcdb079a19b5cc5c 2,395 0.99/1.00 vMB 65
434,710 434,710 000000000000000002f05b8abae9d500d36d30a2c4da747deb0fdef55e3c0de9 1,977 0.93/1.00 vMB 71
434,709 434,709 000000000000000002fbeca2fec2cb5e799f0027b56c7281cf231a9d49a8674e 2,487 1.00/1.00 vMB 81
434,708 434,708 000000000000000003011e5dde7e47ac1725a7a6a6ef76650db051736a6bd39c 1,462 1.00/1.00 vMB 64
434,707 434,707 000000000000000003d22eaa5a9048322ecd4304372d4871361dbde94d48012e 891 1.00/1.00 vMB 69
434,706 434,706 00000000000000000070df2acf95a49337797a0847d11e3ba2b2fe00754d6d83 2,230 1.00/1.00 vMB 70
434,705 434,705 000000000000000002140a8d74dca1563d575dfa895f1e704c9782ebc793b195 2,534 1.00/1.00 vMB 77
434,704 434,704 00000000000000000108c12640eed5addea543ee24173a5ae740ec8cdc092295 2,673 1.00/1.00 vMB 61
434,703 434,703 0000000000000000002abe48cb3086a93ff8166b85ecca4cd28d093e6ae237dd 2,945 1.00/1.00 vMB 65
434,702 434,702 00000000000000000103f62f91df830ccef43c1bc2f2020856ff1b88c287180b 2,326 1.00/1.00 vMB 76
434,701 434,701 000000000000000002d8fa1487442f337709e129080e36c5119e35adcd567286 2,204 1.00/1.00 vMB 86
434,700 434,700 0000000000000000039ff3457c7679e451c74a95ec0a5d75ba2688d7210c776f 1,752 1.00/1.00 vMB 90
434,699 434,699 0000000000000000020ce2fffce698caacc1cf8d1e41c8f1753fd4325fbd6c19 1,050 1.00/1.00 vMB 63
434,698 434,698 0000000000000000041571976c543c14e5b210192ed9313b1cdec434f7fe55f6 1,804 1.00/1.00 vMB 74
434,697 434,697 0000000000000000006dfc07d8de87d9adb1102da946861ec8cce58e2d08b063 710 1.00/1.00 vMB 130
434,696 434,696 0000000000000000030a99169823589b11d6115d66bb8ba2715be915677fbb50 1,060 1.00/1.00 vMB 70
434,695 434,695 000000000000000001d5848c8b5c352aca0896d4124ec748ae0393c191143f4a 2,247 1.00/1.00 vMB 64
434,694 434,694 0000000000000000023b66b299c751c79d720fbca24b8f6aa4a63b2b8da72f65 2,380 1.00/1.00 vMB 111
434,693 434,693 000000000000000003207b186b010265c97ed157540b7b983a4ef72e3e9c4122 1,924 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.