Loading Tool

Explorer IconExplorer

Memory Pool

82,802 transactions
30.39 vMB
0.14699156 BTC
Random Selection Loading Transactions
Max Size: 184.07/200 MB

Candidate Block

Mining Attempt eb8fe33b28580feb03f63034f874ec408dfcfa05f05d499ae66c1779fffdbfc6
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root aae884e7e92475197221df3b667f6cae6e48eca557534441b1ff7869718a6593
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.06652682 BTC
Feerates: 150.61 > 6.67 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (343,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,452 571,452 0000000000000000000030afe2ac8f0b806c936a8a6a61df6dfddb0d528377b7 3,148 1.00/1.00 vMB 85
571,451 571,451 0000000000000000000acf1671cb661dbc2aac86fbb62a3bce1c09cc73a4029b 2,443 1.00/1.00 vMB 134
571,450 571,450 000000000000000000004e2c6072288c868d1db0597c1cc0ec739a50d18138fb 2,556 1.00/1.00 vMB 148
571,449 571,449 0000000000000000001d2c103216b3a1256aa8198ae3483c5ee6a35dd5fbee37 2,018 0.99/1.00 vMB 14
571,448 571,448 000000000000000000005a97bf801e808b0a3d1b5e6bd0b6601304c9e61b0d1d 3,055 1.00/1.00 vMB 40
571,447 571,447 000000000000000000057ed7677703561e211dba2e2e47548703e11366cc1bb0 3,011 1.00/1.00 vMB 31
571,446 571,446 0000000000000000001fbcdac24072ebc216727580fe43bb7eef156957649cec 2,732 1.00/1.00 vMB 82
571,445 571,445 000000000000000000072b16fd3167ee672ae02d809ecbbdedf7e78ac4feb521 1,782 1.00/1.00 vMB 53
571,444 571,444 0000000000000000000725db2895c698d50052c7de97a09bf5947ea3f53dde21 470 0.13/1.00 vMB 38
571,443 571,443 0000000000000000001582b8fbda50d83e01afe15b04edf366a2ce39f2266301 1,543 0.68/1.00 vMB 7
571,442 571,442 000000000000000000130a74dbedfcc742f72c8b4d372e582bdacb4adeaecd92 3,244 1.00/1.00 vMB 18
571,441 571,441 0000000000000000001c855be0e111b00c68bcdcbe93c97362086b4b583787db 2,762 1.00/1.00 vMB 89
571,440 571,440 0000000000000000000200a93d0bc88f86549d7c5a39ab34725ae828c9726471 3,032 1.00/1.00 vMB 43
571,439 571,439 0000000000000000000f87c05c462d3874844cc161c6b0d5bc744d53c3937ef1 3,110 1.00/1.00 vMB 33
571,438 571,438 00000000000000000009d5dfd042e78d764319fb5be9f18aeaa8831b30cedc0f 3,105 1.00/1.00 vMB 31
571,437 571,437 00000000000000000027c1e739a23b2e446a7f875fa5ebcadbd6f4a7c639421c 2,703 1.00/1.00 vMB 91
571,436 571,436 00000000000000000023c45b540c548db20dddc67169fa7421d23d229ad73795 2,853 1.00/1.00 vMB 33
571,435 571,435 0000000000000000001e9f5ef6589caa2a00887370df3a7d8ca5a6c8a5590dba 3,219 1.00/1.00 vMB 51
571,434 571,434 00000000000000000003e7b54a831c13b313b13b88648fbcb2dd08a8a38bdb02 3,128 1.00/1.00 vMB 25
571,433 571,433 000000000000000000131882839da16b54c1e859ea5b28877dc82c79b07f3974 2,801 1.00/1.00 vMB 53
571,432 571,432 0000000000000000002a5599995c72c2d1c50120fbdbfc76930ba850bca67bc2 2,899 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.63 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: 672.32 GB
    • Received: 16.20 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.