Loading Tool

Explorer IconExplorer

Memory Pool

66,532 transactions
21.54 vMB
0.08389588 BTC
Random Selection Loading Transactions
Max Size: 135.43/200 MB

Candidate Block

Mining Attempt 40e19b6b5a9972abd84c9ffddde90d01c973d1e3b4ad5e1db17c5b2fb4373cef
Version 20000000
Previous Block 000000000000000000011aaa8e85e4831815b6f18340ef2d56ea3884a6301b30
Merkle Root c6e1a50c887bd33b20901af46d4b504cd041b8c3ae8efb57bd02db135c9185cb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,336
Size: 1.00 vMB
Total Fees: 0.02773188 BTC
Feerates: 150.75 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,753 (846,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
69,346 69,346 00000000011132997b2f0a91fd5e4cf0565c5a7054c63d0d3cb9ae9836361b01 2 0.00/1.00 vMB 0
69,345 69,345 000000000168c87af09174d458909993892e8f43efd846d6f3d7c5e7bce7c021 3 0.00/1.00 vMB 0
69,344 69,344 00000000001d2c117cb092a2d3ac8b449e1396c7950efdc2b072c26cf94cf64f 1 0.00/1.00 vMB 0
69,343 69,343 0000000000c8b1f718f176b6e9c78a6a573aca7217952b20fba3cb689eb3bb5e 1 0.00/1.00 vMB 0
69,342 69,342 00000000014d27c953d5ed0ee8f7fe236feb9f9dff9a0b0bdd60d2203b8f021b 4 0.00/1.00 vMB 0
69,341 69,341 000000000038d21f302534f54bc05c26124ce52b5187f5fc2fdba13203948477 1 0.00/1.00 vMB 0
69,340 69,340 0000000000f469bbdbaa368ddb5c8dddc9ad5cb677216ab1321ab951bd3c4085 1 0.00/1.00 vMB 0
69,339 69,339 00000000007013211bfaef281c8d5482e58bdbc06a87a3798fbf8590e62aa64b 2 0.00/1.00 vMB 0
69,338 69,338 00000000006599903bd4c468d7747966361f706ac4f477f96361925c5bf7ff30 1 0.00/1.00 vMB 0
69,337 69,337 0000000001188d51ae677e126b046e7c744ce8e4ed6569983f2ff084635ce34b 2 0.00/1.00 vMB 0
69,336 69,336 000000000036c0389f34ab070de332db5759fcd18a227ad85356a4fe989de9f5 2 0.00/1.00 vMB 0
69,335 69,335 00000000002ed419bdce4f0b490953c702179ecd48f948bf25e37936ee900abf 1 0.00/1.00 vMB 0
69,334 69,334 000000000108d61ea09ae7ecbfc57d718ee4ed17c5da57ef432765f3dbd05d29 1 0.00/1.00 vMB 0
69,333 69,333 0000000000b0b7169bcadb83331282e7493897f6630093fd477c44d38995db06 2 0.00/1.00 vMB 0
69,332 69,332 000000000105c61464108460d9b3f34b360bcdfc294d13a6eb54f3145f3b82c2 1 0.00/1.00 vMB 0
69,331 69,331 000000000159f3a1df333b86ae4d3ce3b0a9ab89c1163db0dddaff20a8270061 3 0.00/1.00 vMB 0
69,330 69,330 000000000156b38ae99b8d90eb8f5bd9b1136c0b74f1a961fe21ea534babf77c 1 0.00/1.00 vMB 0
69,329 69,329 0000000000d502921974cfb35dfe9290661fdef84ab7a1e232d4d7b3bf8f1c63 1 0.00/1.00 vMB 0
69,328 69,328 0000000000baaa37d293011dff895851c20097eec5174783b8596252ffe6618f 2 0.00/1.00 vMB 0
69,327 69,327 00000000014975e31d50adf8b2b4d201d7c448eaf20a051be4fd478050eff403 1 0.00/1.00 vMB 0
69,326 69,326 000000000094e4cbbebda95ec56ee3aebf76494bd099e76d56ef3d1090e5eb7b 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.72 GB
    • Received: 21.21 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.