Loading Tool

Explorer IconExplorer

Memory Pool

65,197 transactions
36.27 vMB
0.23667893 BTC
Random Selection Loading Transactions
Max Size: 192.91/200 MB

Candidate Block

Mining Attempt 0be26998fc2f325317eeb5924b6f2a893ad7ad13ffbfa6d1df0a5f35d4d7904c
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 34775e86bf19b008520089c6a2fd51557e506b552e636d98eb63739a57c2c0e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,650
Size: 1.00 vMB
Total Fees: 0.12528110 BTC
Feerates: 1,471.76 > 12.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (802,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,401 112,401 000000000000b7201af58b0479fb01b8ae5f9226e245fee7454d50e6c249ac1e 2 0.00/1.00 vMB 0
112,400 112,400 000000000000bd01b8c2832cf69064a660ec2b9760b66ca5a670b96facf5e017 3 0.00/1.00 vMB 0
112,399 112,399 000000000000b27e1fa5ae053dae2ddb98c85d88219577680731a3a91c6bbc78 1 0.00/1.00 vMB 0
112,398 112,398 00000000000098f5725ad217749575e19a8c1733f171208d76aca97f6b544ea9 1 0.00/1.00 vMB 0
112,397 112,397 000000000000605b5b2b4b547d785cb20962cc66652599f2cf97b1fe266d2f24 4 0.00/1.00 vMB 1,414
112,396 112,396 0000000000003bc011329ba255f25dd5923a11b38da2e6ef4a418a2f68a2e340 4 0.00/1.00 vMB 1,290
112,395 112,395 0000000000009e8f8dd62af12d2939886bcbbf1a3ac166e98ac5b748f3ac5a8f 5 0.00/1.00 vMB 2,000
112,394 112,394 0000000000012758f0b24f6cdfd69712af1b55240c89cdca83a6a7e59cf96918 8 0.00/1.00 vMB 0
112,393 112,393 000000000000957b8ca7ab413e2500fe180ff4e67a1ae2f950a272f6055a19f8 24 0.01/1.00 vMB 546
112,392 112,392 00000000000026cd093272584a102f60ae9bdf3fe67b2a59cd87a68888279fad 21 0.01/1.00 vMB 562
112,391 112,391 000000000001106774dd428d02078916bfa3ef575d4358746c34e7091042785f 10 0.00/1.00 vMB 13
112,390 112,390 000000000000a5e003baa5d3ec3c1aedd291aff087767f150faa3ddc35cd3d83 12 0.00/1.00 vMB 0
112,389 112,389 000000000000659a2a445d121c93cdc6b751081746503aa9d198aab49d015338 10 0.00/1.00 vMB 0
112,388 112,388 00000000000067fa748a3c56e968dacd98a7b4e779e415ab644f034f1af4e59e 7 0.00/1.00 vMB 1,183
112,387 112,387 00000000000073357ac4bb67f5f834129bfefc38c15aa2612a55c3de9146b735 5 0.00/1.00 vMB 3,006
112,386 112,386 0000000000007252512fcb8283eb4f36dc759f0af52fd3516078a35fde99c68c 2 0.00/1.00 vMB 3,875
112,385 112,385 00000000000101b546a80b42bfa15909a2e08791532957e86fa4d1a4c80a828c 12 0.00/1.00 vMB 2,338
112,384 112,384 0000000000005b2ff0535d41b567afd1b93de71f9050c7a8e6a3d5dd48c469de 4 0.00/1.00 vMB 2,587
112,383 112,383 0000000000004a96a3fdaf998f20fd2ee3969815883cd776055814d5ed0b8936 1 0.00/1.00 vMB 0
112,382 112,382 000000000000897a80b61ab1d138b0ee7ea9541be7ac651efb66a6660921d172 11 0.00/1.00 vMB 387
112,381 112,381 000000000000a6ae373e74cfe7e64181d41bbda2cbf676368f0de27a1b0557d2 7 0.00/1.00 vMB 884
Previous 10 blocks ↓
Total Size: 781.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: 601.98 GB
    • Received: 10.24 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.