Loading Tool

Explorer IconExplorer

Memory Pool

74,833 transactions
29.79 vMB
0.09930859 BTC
Random Selection Loading Transactions
Max Size: 172.67/200 MB

Candidate Block

Mining Attempt 1bbce35d9a42458e78d845f8f2f25fd6122eed884356f5ae63e9ccc77b058c3f
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 49837d9320d5e5f4c0550f614f0239ebb5f40b9ac6a918e342f622af9abc55ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.02848137 BTC
Feerates: 150.36 > 2.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (171,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
743,354 743,354 000000000000000000045b93d97bc2eb77949ac5fc4ede3fbc6db3d0829e579d 1,350 0.99/1.00 vMB 5
743,353 743,353 00000000000000000005dc44fbb44b723d59d12933128b2e3d2672cfeb68bdd5 2,877 1.00/1.00 vMB 14
743,352 743,352 000000000000000000005763c5caa0377b70c10b1bc3321ba9622808b4b95041 1,129 0.67/1.00 vMB 8
743,351 743,351 000000000000000000067f88ccf42c170c1f41d8bdb5ea0f08e0b207b02a80ad 1,115 0.51/1.00 vMB 9
743,350 743,350 00000000000000000001f394a566c52dd40d4d2c4e85402328c26d9a05ab0055 900 1.00/1.00 vMB 12
743,349 743,349 00000000000000000002ea09177f0e97c8bc963f8f00a78a235c9249b721b0dd 1,292 0.45/1.00 vMB 11
743,348 743,348 000000000000000000000a1007451df61db3dbc94fcafc0cb21a335ad36ded1a 33 0.01/1.00 vMB 8
743,347 743,347 00000000000000000007678169d4c3f9249f172e24f8b0fdd75a1b0f76101bc1 492 0.15/1.00 vMB 12
743,346 743,346 000000000000000000037199d23aec253b78e8b760ea38f4dce1a1eb853deb7e 405 0.12/1.00 vMB 11
743,345 743,345 0000000000000000000070d0ab5e84eb52458a8fa22a0a5337bfce9f57272131 1,713 0.53/1.00 vMB 12
743,344 743,344 000000000000000000020ddecc22360c9993545ca06b0bda1842aa12f677c29c 2,038 0.59/1.00 vMB 13
743,343 743,343 000000000000000000046d856368d8ffd05febdb3facd741efe869b32785523e 1,418 0.90/1.00 vMB 4
743,342 743,342 0000000000000000000130422bcde3dc27087ead1f08fddedf616eb76648feeb 2,916 1.00/1.00 vMB 13
743,341 743,341 000000000000000000075d11efc1a3605d1df0325133218063d29faf9ef10b54 3,148 1.00/1.00 vMB 8
743,340 743,340 000000000000000000061ea003b6883e832024b6e1fb0ae0f19d92f6dc343dcd 2,773 1.00/1.00 vMB 9
743,339 743,339 0000000000000000000891018a9ca9190a8337a0f1beb398d0c9e8e8fee9332f 1,295 1.00/1.00 vMB 11
743,338 743,338 0000000000000000000232c4b8b28f23a5145c787a86ba55f9db0d6583c58165 3,099 1.00/1.00 vMB 24
743,337 743,337 000000000000000000064ae0d4a81807078f2c292b4557d14a5fe2f7d68bc108 2,838 1.00/1.00 vMB 14
743,336 743,336 00000000000000000005a63bb8e47bfdf44ea0a5c15fccb62a7beb40c4e2c837 337 0.09/1.00 vMB 11
743,335 743,335 000000000000000000048cf93fef345763e5754f01bc5e4d73ec56c9e71cd2e5 2,088 0.71/1.00 vMB 12
743,334 743,334 00000000000000000003a7a105aef1bb2f4a46bd70c4b8b5dc442e7e14deb20c 841 0.27/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.48 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: 668.21 GB
    • Received: 15.42 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.