Loading Tool

Explorer IconExplorer

Memory Pool

73,906 transactions
27.45 vMB
0.06906411 BTC
Random Selection Loading Transactions
Max Size: 167.26/200 MB

Candidate Block

Mining Attempt 001a1f4596d124103b6bf83f3cd02125bbe88ccad50040ee9c87d4db2ef84fa2
Version 20000000
Previous Block 00000000000000000001ab29738110683e5e80031bdba0ae58737553009bbe87
Merkle Root 282440c588ca371970ca705ae687e708f90de40c10e5f4e40a81214a674f7627
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,530
Size: 1.00 vMB
Total Fees: 0.01066172 BTC
Feerates: 89.32 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,314 (444,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,395 470,395 0000000000000000007414cbad7b40da7e91a857452e5ba0b5c3f4a48f630eb7 2,113 1.00/1.00 vMB 391
470,394 470,394 00000000000000000030a85171ca3642a766a476c2c533aa65361b1682a08dea 1,661 1.00/1.00 vMB 245
470,393 470,393 0000000000000000012b4d36da34dc06e778012dedcc376c6e3a3b6c225371b7 1,335 0.99/1.00 vMB 351
470,392 470,392 000000000000000001712c0cf11961628cd57ac892a5b6329627922257e1b97d 646 1.00/1.00 vMB 446
470,391 470,391 000000000000000000ec00a85d788c67eb1367023b80805cc51d6e99f47f7273 2,028 1.00/1.00 vMB 405
470,390 470,390 00000000000000000099f40693796e767ec9a698a182ad83b908dd5185b17e05 775 1.00/1.00 vMB 134
470,389 470,389 0000000000000000010172993e6728f2f8d3cd87b7b0308a41f020cd8fc2f12a 2,421 1.00/1.00 vMB 188
470,388 470,388 0000000000000000017f601126f31950768fe41f91f6b576aae3f3a403bdce93 2,186 1.00/1.00 vMB 333
470,387 470,387 00000000000000000082cf821f1b98df004a635a230a2958c07c24cab81ac9f8 1,825 1.00/1.00 vMB 343
470,386 470,386 00000000000000000181afa96adc87aff80f75ef92d820a0cca3ea5d3494dd6d 2,225 1.00/1.00 vMB 437
470,385 470,385 0000000000000000018ef397cfe3e7fb6a1be76bc2a3d7babebccb9cfca8b6d5 2,555 1.00/1.00 vMB 336
470,384 470,384 0000000000000000015d3beedf6f45080a75fdb62c9e2a310da7e14db5149f78 2,228 1.00/1.00 vMB 340
470,383 470,383 00000000000000000038f92e6e648f0d9ecae134f67abd051a2db1048f771b96 1,895 1.00/1.00 vMB 319
470,382 470,382 0000000000000000006fea685c0f106cfc1ea232765418067335449046116d8b 2,181 1.00/1.00 vMB 380
470,381 470,381 0000000000000000004b2e7b0c7fff4e1c541c577c339f5abdc7a449a52efe86 2,181 1.00/1.00 vMB 411
470,380 470,380 0000000000000000002049f674bf3018f5d2b9160546e87e6a73ac7505e3bac4 1,835 1.00/1.00 vMB 373
470,379 470,379 0000000000000000017b0ea84c5cc9bf4a7414e6a7a0aeb03b47cd42afab7b8b 2,142 1.00/1.00 vMB 393
470,378 470,378 0000000000000000010d781dfe0a67cd8a7c362d9501b9a5ecfc0a0a50d0f10b 2,348 1.00/1.00 vMB 461
470,377 470,377 000000000000000000f94ca62252c32133d0e066653c388d3c084bb1a0ebcc2a 2,867 1.00/1.00 vMB 492
470,376 470,376 0000000000000000017a835a64f85396286de726e84b1185921c0ed1a1bb1811 2,755 1.00/1.00 vMB 544
470,375 470,375 000000000000000000b68b9f0a4c75eb9d8d570ab60c1ec5ae0be4df652acd63 2,163 1.00/1.00 vMB 298
Previous 10 blocks ↓
Total Size: 782.94 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: 714.75 GB
    • Received: 17.60 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.