Loading Tool

Explorer IconExplorer

Memory Pool

17,522 transactions
8.00 vMB
0.02504895 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.87/200 MB

Candidate Block

Mining Attempt feccfa9189b9465ffd8941b304a7f2f4faa7be055cf891b3340ffbb856ef1f07
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 732835bd1e01de88377fc26085ee52eee65cc714bbb4c257e9577ee1841980f6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.00845340 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (766,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,040 147,040 00000000000006b65f7c97ac9a87edcdaa17b18fd0f203f7ceb56850034c2f74 13 0.01 vMB 44
147,039 147,039 000000000000046910869e7d45ab78e2b6b700206f1be0eb541f20a06c9261e4 53 0.03 vMB 120
147,038 147,038 000000000000087d0e0557a1ca38612bc29c0a1e9c00cd2d27772bfa1f07c7c0 24 0.01 vMB 112
147,037 147,037 0000000000000788b9de47549dceb71a0dc7e19659bfce7b22aef5da08dc2184 11 0.01 vMB 46
147,036 147,036 0000000000000156668fef9bee69a9f372a197682a32e192e19ce7c63cba6946 39 0.03 vMB 78
147,035 147,035 00000000000002593dc5146104991c0c9837a93ed0546ef7df486f5f8b73bb92 24 0.01 vMB 168
147,034 147,034 00000000000003080dc14d130b1d4ef12cee7ce7a8eb9044bcffd5cbfb7bddf8 8 0.00 vMB 553
147,033 147,033 000000000000041ad7bbc98fe2abe73c658410010f92c36690ebdab94eeead67 44 0.02 vMB 110
147,032 147,032 0000000000000445b87dbb6791bb431a81e9c32452e60eee4b3e325ba5dee6b0 131 0.04 vMB 78
147,031 147,031 00000000000003b48a3badf96342af3ee514ac07aa7beb36fb619942cfa0f067 1 0.00 vMB 0
147,030 147,030 00000000000007e6351c1de902a83d626877a94a2313cf698762b2f4e4cabd55 21 0.01 vMB 63
147,029 147,029 00000000000006914c4b2a68d981303c96bed65d36a4b97c8319385fcc661bc0 9 0.00 vMB 475
147,028 147,028 0000000000000139cc6fc1e1a76ef2af29407d86a55a33eae13364b86bff6f72 29 0.01 vMB 0
147,027 147,027 00000000000001830646e806e527ebd3c7b0877119fd3660bb69f712431e7b9a 170 0.05 vMB 82
147,026 147,026 000000000000072085065ec6d25268b138cd65e2d143aa6ab4ea5f3ae019de55 14 0.00 vMB 630
147,025 147,025 0000000000000751a6c6896153d4564d227ad42817e805f99044974f59251f2f 115 0.04 vMB 126
147,024 147,024 00000000000005390adb32c89801afec34e37a80bf1c52f5e9c4cc6417dfd806 117 0.05 vMB 83
147,023 147,023 00000000000001f0c43876e56dd12a991e2932c07d79f6ac299ae44494d4ef28 41 0.02 vMB 117
147,022 147,022 00000000000008e52219c4bc00eab92c5a3b2f4d31e6fd5b1b35f35d5f1da578 52 0.03 vMB 160
147,021 147,021 0000000000000046a7f78572c15f3583bde843be191e5ec2947a2fe5ef7f2a4b 13 0.00 vMB 296
147,020 147,020 00000000000002dc1b3de6fbe4da7cbc312cff12e17a80c94105a19bbbcc1b32 73 0.02 vMB 23
Previous 10 blocks ↓
Total Size: 779.54 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: 246.59 GB
    • Received: 0.93 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.