Loading Tool

Explorer IconExplorer

Memory Pool

80,670 transactions
29.77 vMB
0.07088589 BTC
Random Selection Loading Transactions
Max Size: 179.64/200 MB

Candidate Block

Mining Attempt b1f0591d2a22c3cd817c64af584b6451ba3c0fbe4d5fb3d73200e3bd06194ccf
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 0a22926985ab9b5f0bfa8dda50d9ffbc2feddfddc5e426a7ad2d4c6f426b218e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,794
Size: 1.00 vMB
Total Fees: 0.01008199 BTC
Feerates: 100.36 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (263,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
651,551 651,551 00000000000000000006e59a3d0812ec1bcd9fe1d5296557c3da65b5cc6acc9e 3,072 1.00/1.00 vMB 127
651,550 651,550 0000000000000000000e7c226845e61bb18cae9b9f0cfab0d328e644541d12e4 3,160 1.00/1.00 vMB 117
651,549 651,549 00000000000000000007929ca70c505d44973ea368d4aa6174144674af1930d0 2,935 1.00/1.00 vMB 128
651,548 651,548 0000000000000000000303dade9847fc128436073d1c9e196dd6addbbd02565a 2,636 1.00/1.00 vMB 134
651,547 651,547 0000000000000000000172e891bd1ac9359c6364e684c12a255a943e5e531b47 1,724 1.00/1.00 vMB 106
651,546 651,546 0000000000000000000511eb937a7a28b1c7ce09a4c051bb6a75f384b2aed0d2 2,810 1.00/1.00 vMB 105
651,545 651,545 00000000000000000009d60744117fca1540db14c9a930d2a38be4f78017cb53 2,621 1.00/1.00 vMB 114
651,544 651,544 00000000000000000001efaf2cc72d32c8011fef3450e57ff99d200928af97c3 2,739 1.00/1.00 vMB 128
651,543 651,543 0000000000000000000b9ce181b1dc271f8825d09fef46db63493a3450db057e 2,946 1.00/1.00 vMB 110
651,542 651,542 0000000000000000000493a8385ca06b85ca499cba654f4667f89c6671e62943 2,659 1.00/1.00 vMB 115
651,541 651,541 0000000000000000000c826e43fdcece495941641111845623ee9d464b468357 2,667 1.00/1.00 vMB 134
651,540 651,540 0000000000000000000bc917f7f0f326bb3d63c3399b7b1f503f7126d8168470 3,207 1.00/1.00 vMB 118
651,539 651,539 000000000000000000050c8f17a2a5a59fb1612cd1ffb2a20f1624dc9bd07674 3,590 1.00/1.00 vMB 150
651,538 651,538 0000000000000000000206e17912f30ea428e4b71aa9d85337e862bcbed09f19 2,651 1.00/1.00 vMB 119
651,537 651,537 0000000000000000000e360ac703a8fb8cc4d3f4a31251b03a6575f4332251e3 2,708 1.00/1.00 vMB 96
651,536 651,536 0000000000000000000ac452349090d6de17b68208fb6fa9193e45cdfc7c3fe0 2,872 1.00/1.00 vMB 70
651,535 651,535 000000000000000000071328a127e43564867af5fea050c4f9493c1265420adf 2,784 1.00/1.00 vMB 113
651,534 651,534 00000000000000000009f3427d01366961cd945dab23bce5359936678ce93116 2,979 1.00/1.00 vMB 93
651,533 651,533 00000000000000000003be1dd0d0ecf7b7c78f25df22eb856825be9cbfd43105 2,944 1.00/1.00 vMB 105
651,532 651,532 00000000000000000009719e3ae9a6b486848ac83dd01b331fadb9f2b6832f1f 2,273 1.00/1.00 vMB 116
651,531 651,531 0000000000000000000e7e12e4083938963407888e1f74f138a1b2af78157977 2,862 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.