Loading Tool

Explorer IconExplorer

Memory Pool

79,103 transactions
29.18 vMB
0.08585896 BTC
Random Selection Loading Transactions
Max Size: 176.85/200 MB

Candidate Block

Mining Attempt 8a5a4800fb088c3fe090713d73e2fd6f55783f93bc175bb16e43204602d2e11e
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9e79833c2e71aff864ee9964d511ac43c48421b8016816a39fe5899cc70031b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,290
Size: 1.00 vMB
Total Fees: 0.02488198 BTC
Feerates: 146.36 > 2.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (377,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
537,577 537,577 00000000000000000013d22f841a2e0d2134ca1fd0d71faa4e7273bf6fefcecb 767 0.34/1.00 vMB 20
537,576 537,576 0000000000000000002a5a8c464592ffc4b9d27ea6f37bb1afeee803e86cae3d 964 0.44/1.00 vMB 22
537,575 537,575 00000000000000000026914efd613036b3e6d2fddf47c7341c1211043efa4d39 243 0.09/1.00 vMB 19
537,574 537,574 00000000000000000001b9c4bd573df9143823f43c4f55110aaea82238816d3d 337 0.11/1.00 vMB 13
537,573 537,573 0000000000000000002aafb44b03a134caf8eb9fe61759fc54d478fd78b5fb72 933 0.32/1.00 vMB 27
537,572 537,572 0000000000000000001359b7da20f325f7e05df18b4207062fee340d87e22851 944 0.43/1.00 vMB 13
537,571 537,571 0000000000000000001b3aa6d13cf7f7ac64dc77d4c652cba8eed14b426b763c 94 0.20/1.00 vMB 5
537,570 537,570 0000000000000000000d4cb71dc7d9c975bcd908c0de84bce20718258d0ee112 237 0.12/1.00 vMB 14
537,569 537,569 0000000000000000001ba6d3b2bb8d4c87f8b570ceb280f3f7d077b663c38af6 938 0.35/1.00 vMB 15
537,568 537,568 00000000000000000009ec692fc10cf92c8415d87600e5754c5182d8e71d56bb 1,636 1.00/1.00 vMB 1
537,567 537,567 000000000000000000016d76737792023a9ead941cfc5206ae152f5fe2f4d4a1 2,467 1.00/1.00 vMB 26
537,566 537,566 00000000000000000000c240689131f4f30bfa4604e904be01f019c99c264339 1,231 1.00/1.00 vMB 4
537,565 537,565 0000000000000000001d126b98532de832e5bdcc7197206e9d50a36bf2f07ea6 2,098 1.00/1.00 vMB 14
537,564 537,564 0000000000000000001717b75b085d0bd0d92cc5c0661d7a8c168dc0dcf18710 2,266 1.00/1.00 vMB 22
537,563 537,563 000000000000000000025375f49d9eaa817c606e5676a39de240eb11d13a7301 96 0.03/1.00 vMB 37
537,562 537,562 000000000000000000284c25ccc71fd3556efd182eee54f3be39fad4607c5557 2,445 1.00/1.00 vMB 38
537,561 537,561 0000000000000000000e0be245a7d225952f21ca81d376c3f26bff8aba086c5d 2,167 1.00/1.00 vMB 29
537,560 537,560 00000000000000000022ec77e3e0e6421bafb2d3059ec4d2a0202b2ad21db24b 2,413 1.00/1.00 vMB 30
537,559 537,559 0000000000000000000994361fcdcac3ebc30e4f4c2341dcab1ed8b3e81203ed 1,137 0.81/1.00 vMB 38
537,558 537,558 0000000000000000000e057030330b1fecdb0ff6401398895f4abf73ced8d13d 155 0.22/1.00 vMB 1
537,557 537,557 00000000000000000013b5e5a37eba15a6ab86fb23f27eb5d1fda15d1b95baf5 414 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.