Loading Tool

Explorer IconExplorer

Memory Pool

87,624 transactions
32.09 vMB
0.14256478 BTC
Random Selection Loading Transactions
Max Size: 193.71/200 MB

Candidate Block

Mining Attempt 5b3144f6dd6e784ce920de45191cf498ecf6a86e91440a22efd7b7fe5d706206
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root c9e3a4d08a58653e7c9fb24c0ac0b0561bb0a5c0c46f9b54823c18c1df0f1015
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05209095 BTC
Feerates: 911.92 > 5.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (234,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,315 680,315 0000000000000000000718c1aca4ce9f5a190f28926de1b55ae1af455e9f04d9 2,525 1.00/1.00 vMB 261
680,314 680,314 000000000000000000056f362c6618dd1ee7c291146422dbae819d13d59adf82 1,841 1.00/1.00 vMB 140
680,313 680,313 000000000000000000084b1433236f083d9667bc5dd3474f8ec8235332da576b 2,637 1.00/1.00 vMB 180
680,312 680,312 000000000000000000009e62dc2232d370d0b4c1bedff1ec20ec6192540a10cb 2,328 1.00/1.00 vMB 166
680,311 680,311 000000000000000000019e3796b60b6705b9bbd85c60eda4a57104d60cf3503b 2,409 1.00/1.00 vMB 266
680,310 680,310 00000000000000000009455e1ccb8dcfd5aa0a348984790e0c5303cdee72cde7 2,631 1.00/1.00 vMB 240
680,309 680,309 0000000000000000000a1b95eb9f47accae9bdca147a2ef85da8be2fced56cbd 1,142 1.00/1.00 vMB 254
680,308 680,308 00000000000000000001490d3ee91c890ea232077d58605f3aaf0afc67ca94f9 3,013 1.00/1.00 vMB 233
680,307 680,307 0000000000000000000121bd5ab91a35ef17cb0d37d03f2306e852e7efb7f159 2,962 1.00/1.00 vMB 172
680,306 680,306 0000000000000000000a4530bcf49c5a670c9e15f32dd7c9c521556f181fb467 2,386 1.00/1.00 vMB 171
680,305 680,305 00000000000000000007bc00734bfa3519a175346fc244c38024f3a5c7c3015b 2,646 1.00/1.00 vMB 242
680,304 680,304 0000000000000000000421d0e644905c99874b57314d4d440a0ebc337be6e90e 2,478 1.00/1.00 vMB 218
680,303 680,303 000000000000000000076206ecc20fd1b2fc3ad6346e9c275ae5f580c8761354 2,023 1.00/1.00 vMB 255
680,302 680,302 0000000000000000000996b489b730ffb22b4dfb157089312ca4057ff2f94ce6 1,395 1.00/1.00 vMB 266
680,301 680,301 00000000000000000005d5fca8de0491c0bf8fc408709d30398f2193c2f09903 2,565 1.00/1.00 vMB 239
680,300 680,300 00000000000000000009267fac0111c0e2feef71d001229e11e88c0c77e4d9a3 2,631 1.00/1.00 vMB 237
680,299 680,299 000000000000000000094674eed0be792073ee89eaadbd0c1b38f7bff9df7185 1,092 1.00/1.00 vMB 251
680,298 680,298 000000000000000000047e1f7cdd415d73cf3d5b81856fb20bcb03318d04a44b 2,015 1.00/1.00 vMB 260
680,297 680,297 00000000000000000009a0871a21e5c58ccee23596ff72adea96871c763e962c 2,594 1.00/1.00 vMB 282
680,296 680,296 000000000000000000076ff17d9319d3a6b5ef338ca150e2e0127daf6525754a 2,520 1.00/1.00 vMB 129
680,295 680,295 0000000000000000000112d8e4522f37ad65b36181163d41a297b4090c064a17 2,663 1.00/1.00 vMB 212
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.