Loading Tool

Explorer IconExplorer

Memory Pool

77,282 transactions
28.86 vMB
0.09871706 BTC
Random Selection Loading Transactions
Max Size: 175.14/200 MB

Candidate Block

Mining Attempt 00e251fa41541bc90acd0b6b1785f2f9507736ed69a27d994d9aba740ebbb3a7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 3eb7c0d1ec6e0cd6ec3b49393b1663c7b739fc9d809527da0c6af9bfe6ae45d3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 1.00 vMB
Total Fees: 0.03044756 BTC
Feerates: 180.82 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (3,208 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,062 912,062 000000000000000000021e806ad5f1f061e17b95ce70b6a3edadb7d50feecca6 411 1.00/1.00 vMB 0
912,061 912,061 000000000000000000003a720d2b7c868a689aaea816732d0ddf86319fc1ec61 2,461 1.00/1.00 vMB 0
912,060 912,060 000000000000000000013a2428aff601699ddc85e8f11b23d4c6ba3f0e06d617 4,925 1.00/1.00 vMB 0
912,059 912,059 0000000000000000000025fe36c94269b285191ea94d50a39ec227c8f8432e4d 4,151 1.00/1.00 vMB 2
912,058 912,058 00000000000000000001a53ef8d25d62d96ae0f072b9b2b154a73f214ff2e383 5,113 1.00/1.00 vMB 0
912,057 912,057 0000000000000000000026f43ddd1a5d74557ac539ba6a87c8e0e8dcaa3fd29c 1,194 0.38/1.00 vMB 2
912,056 912,056 00000000000000000000af96d7ce5229599ee1c38b59d9dd1841817eb577f984 2,712 1.00/1.00 vMB 3
912,055 912,055 00000000000000000001b584aec5ec6c7b95b6bb2a2d7975ddb52d2ef0f6e4c8 6,429 1.00/1.00 vMB 0
912,054 912,054 00000000000000000000a55edd345bc2645373487d3b7bb522e46c873df2d6a4 5,239 1.00/1.00 vMB 0
912,053 912,053 00000000000000000000ae859cef8b62c89b849981997786187c42db5d0e59a7 2,431 1.00/1.00 vMB 2
912,052 912,052 000000000000000000007fdef55185d5a20e5fea8ebf30f85bda4bb27c4698e7 4,600 1.00/1.00 vMB 1
912,051 912,051 000000000000000000020cb038532969f73810025350f6cb20f835c8d54fb769 4,414 1.00/1.00 vMB 0
912,050 912,050 000000000000000000016763b709d9aed14e49a89a11a82d03a0b944e30699c8 2,967 1.00/1.00 vMB 3
912,049 912,049 00000000000000000001aa77e18591fd9cca933bf8e8d4ee691ffd7d5c68cb0a 1,607 0.51/1.00 vMB 2
912,048 912,048 00000000000000000001c73d68954a2b980e9098e725a965ee4cf542d5191b40 2,586 1.00/1.00 vMB 2
912,047 912,047 0000000000000000000146919cc77f045c903899f1ca5fef10110f97cf5cbbe6 593 0.19/1.00 vMB 2
912,046 912,046 0000000000000000000139f92726f17c5d0e83cf3d5ae927e0bf8cfaa89b42d4 4,266 1.00/1.00 vMB 1
912,045 912,045 00000000000000000001c319788d00e23647ca387ef798e4a41b1393a8872022 2,881 1.00/1.00 vMB 1
912,044 912,044 00000000000000000000b561550963aa902197b3bef1f5562c9866efae48dfd3 3,097 1.00/1.00 vMB 4
912,043 912,043 000000000000000000000d1275416044acc03e2edb893906e9391913ff8b0d9e 3,067 1.00/1.00 vMB 2
912,042 912,042 0000000000000000000146af6849348ff90095d63c06ed75a93a6a892d0e96c6 4,452 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.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.