Loading Tool

Explorer IconExplorer

Memory Pool

81,159 transactions
31.12 vMB
0.10528032 BTC
Random Selection Loading Transactions
Max Size: 187.83/200 MB

Candidate Block

Mining Attempt 10584fbf805a583bbf4edb882b8626a1d606020f29d56ca8b565a33d4c5263b8
Version 20000000
Previous Block 0000000000000000000103b96eb359a8c0480b26c3d5b203ae6c8082570a546d
Merkle Root ac9f143b3a2d5206ba714c41722c1cc2b377005539fd09e1d8b09b95db1d544a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,995
Size: 1.00 vMB
Total Fees: 0.02636244 BTC
Feerates: 150.75 > 2.64 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,402 (822,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,370 93,370 000000000002c76fb667bc79c2dbe0ec4f98c09ff9838d538954b7a811f2a787 2 0.00/1.00 vMB 0
93,369 93,369 000000000002a7c0f1bb549b4e055ca26cb0ef7f574b85f00c0dcbd71498dbda 1 0.00/1.00 vMB 0
93,368 93,368 000000000006a3ab05f0ab19992b6e3d0c5dfaa4466ac176bc8977daf39a4edc 2 0.00/1.00 vMB 0
93,367 93,367 0000000000041cdaf89ab23f20919cc2ea0834079411cca74807ce561cfcec27 1 0.00/1.00 vMB 0
93,366 93,366 0000000000042c6725678928bab2598e6a4c2076eedcc0aea63be763385b0145 1 0.00/1.00 vMB 0
93,365 93,365 000000000004d361fea1af811a9d50d6fa4a61801129ee5c27ae6f1eac7ec323 2 0.00/1.00 vMB 0
93,364 93,364 0000000000052d1a6d8fe7f2a682517c272a037e905597fe45166007a790e805 2 0.00/1.00 vMB 0
93,363 93,363 0000000000043545fd1341d8eba7c22e3da9799c3f3ce70285ae3c3758e401d4 2 0.00/1.00 vMB 0
93,362 93,362 0000000000081defb5c67c2acc7b01e071d2c4a066f000ef3dc55dbe02aad9f2 1 0.00/1.00 vMB 0
93,361 93,361 0000000000036ef70d878574e3025df3e43bf0ea2185437bf2e21623e941933b 3 0.00/1.00 vMB 0
93,360 93,360 00000000000387047782e75f273b08860c284d3a1a69d113bf5cab60e1a4ab41 4 0.00/1.00 vMB 0
93,359 93,359 00000000000097e6b8fa8198f3f3678760d74a3edda1350a85a28ee895688d83 1 0.00/1.00 vMB 0
93,358 93,358 000000000007d67d339b9e9c970d4fe68cf355e6ac8f06d487a0dfaaedb8c35d 7 0.00/1.00 vMB 732
93,357 93,357 00000000000178bd0caa35dc7e48284c91538028dd7b02576bec768920695ea6 2 0.00/1.00 vMB 0
93,356 93,356 00000000000125b5e60be1c747a79f9aee1189c38905c05bc86195d91a64c780 1 0.00/1.00 vMB 0
93,355 93,355 0000000000089466038518e64ae88acd82fc6e888cf22e54fe08600e4c7d439d 1 0.00/1.00 vMB 0
93,354 93,354 000000000005b70f9d6fa093d971271c9eb070e5b385ed4174acd966e12a7305 1 0.00/1.00 vMB 0
93,353 93,353 0000000000088b90cc8d0e110daf9385c9cef6f7119f4bf284b43e9a6b8e8538 4 0.00/1.00 vMB 882
93,352 93,352 00000000000760c4ef121956d1e1e3a394aec7cebbd53c151cfb9c585c336c24 1 0.00/1.00 vMB 0
93,351 93,351 00000000000091a7f15f4b82a4d860b2229546b8988582cae60c0fdcac494af3 5 0.00/1.00 vMB 401
93,350 93,350 000000000004c46492cfd752bcb1d03f694dcff0f31dff6d902ee328caa6397f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 723.69 GB
    • Received: 18.41 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.