Loading Tool

Explorer IconExplorer

Memory Pool

35,175 transactions
28.63 vMB
0.11701105 BTC
Random Selection Loading Transactions
Max Size: 142.40/200 MB

Candidate Block

Mining Attempt 3e4348d0803515056e6801c1303e3636685083aaa185331e86081dbd5c9506cf
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root dc9fcf1487a7c1c2344f50e22de36d17b9712beceeb4951a277937c06bd0d92e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,193
Size: 1.00 vMB
Total Fees: 0.06126443 BTC
Feerates: 101.65 > 6.14 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (335,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,618 578,618 00000000000000000000ffc6215dd9efa724a8711b8975b1ea23246286fcd234 2,069 1.00/1.00 vMB 159
578,617 578,617 00000000000000000020f3721ddff615e6587402e20391c3f2386ecd26c79161 2,628 1.00/1.00 vMB 178
578,616 578,616 00000000000000000006c16d5f6e3ea35719f4cfe2208b4b5bdba64f56a9a1fc 1,473 1.00/1.00 vMB 149
578,615 578,615 0000000000000000002589902c432978b3bb9b53e2040c9337f035ecdcdeeb8f 1,931 1.00/1.00 vMB 21
578,614 578,614 0000000000000000001ce4e8794be58687de6659841622903e3f201923c70498 2,098 1.00/1.00 vMB 113
578,613 578,613 000000000000000000184946e2cc28fbde8a454e535986271f8c94c37d57d857 2,096 1.00/1.00 vMB 68
578,612 578,612 0000000000000000000187f97a8669bd86c8ae80b980e8caeadb2febb6cbb8f5 1,911 1.00/1.00 vMB 142
578,611 578,611 00000000000000000004bc32d5cde58f1ce8409bc3647f9c62e15894a5e8b76a 2,636 1.00/1.00 vMB 113
578,610 578,610 00000000000000000019dc293c075248d78a2e186183469709da6103cacbde81 2,605 1.00/1.00 vMB 70
578,609 578,609 0000000000000000000b68434da05a0e0406695c64879eee1ac2689d43c48a13 2,847 1.00/1.00 vMB 196
578,608 578,608 00000000000000000010ae80934d9fd2c1dd2222844e66c231d703ce63194ca2 2,725 1.00/1.00 vMB 67
578,607 578,607 0000000000000000000ff1f284bd62fa0fcd9ffcff7efdcc32f1337fa5095875 2,390 1.00/1.00 vMB 35
578,606 578,606 0000000000000000001a2622a722c7093e44e8d0dd94f91c5c27027ae4eb8062 1,851 1.00/1.00 vMB 35
578,605 578,605 00000000000000000007a3520778f77e8d8d6913026129d0d5a35f2bf6fd0c49 2,699 1.00/1.00 vMB 158
578,604 578,604 0000000000000000001b5e92247595a2e564a2be298d57037d8d86d43b0114a8 2,932 1.00/1.00 vMB 144
578,603 578,603 00000000000000000023c800c8c50b5224366046713f0847c48ff085413ed5f5 3,319 1.00/1.00 vMB 92
578,602 578,602 000000000000000000015e54872b558bb67c8676c3507c3853aaa784b1bb3292 2,226 1.00/1.00 vMB 66
578,601 578,601 000000000000000000259ce1149ae129e96644eee81c530c311bfec745d58619 2,466 1.00/1.00 vMB 177
578,600 578,600 00000000000000000010058b6ac1abe87fddb30d48996393b14fe3f4360b61ed 2,526 1.00/1.00 vMB 136
578,599 578,599 00000000000000000025aa3387026ebe4272eebfcaa4ac1407ddaa2cefb04467 2,088 1.00/1.00 vMB 82
578,598 578,598 0000000000000000000780c5660474d7be6898c4f3c1b63f62eae7bb81fdd29f 2,351 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 617.15 GB
    • Received: 11.18 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.