Loading Tool

Explorer IconExplorer

Memory Pool

79,599 transactions
30.10 vMB
0.07885305 BTC
Random Selection Loading Transactions
Max Size: 183.97/200 MB

Candidate Block

Mining Attempt a177d3da8fcd1101df799e8611593ea159864203ea118a1c51684c11905bb9a2
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root 7f6e5acafcd7ada3070fc3c4e501adb8865998adf7e399998d8c91309abd4d39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,209
Size: 1.00 vMB
Total Fees: 0.01184313 BTC
Feerates: 100.65 > 1.19 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (584,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,490 330,490 00000000000000001172f5af055d820e229498bdbc5d33262fdb748ec3ed02c3 228 0.10/1.00 vMB 31
330,489 330,489 00000000000000000614b62056ed1e0435f230b513220fe0c9dda0ca64b2a290 265 0.15/1.00 vMB 25
330,488 330,488 00000000000000000e36ed730e90bbf609e51487fce7df2878c638c5ecb98f9f 348 0.19/1.00 vMB 27
330,487 330,487 00000000000000000bc2b7ad9b516a3b15ac2e04ceaa79e69336f6f79ca03641 393 0.26/1.00 vMB 24
330,486 330,486 00000000000000001a39a44955d2a76a1a88c4ed09f6e132298df0da5ff57fb8 564 0.37/1.00 vMB 20
330,485 330,485 000000000000000016ae5f443314da5818dad541884e1fb8c9dc311992a51842 831 0.62/1.00 vMB 23
330,484 330,484 0000000000000000008543e8ca85589bfa85b66d623bf28bd876774e05091744 1,637 0.75/1.00 vMB 35
330,483 330,483 00000000000000001643ff9874ecf349a952e0a3a749ee861f577a041787b719 823 0.42/1.00 vMB 29
330,482 330,482 000000000000000000ac3a0fdd322d6677273ff5611afaae6022553a0e5d4c40 176 0.10/1.00 vMB 8
330,481 330,481 00000000000000000def6008f17e93117cd145f3843f764dde79c4a5dfdf7f09 751 0.42/1.00 vMB 27
330,480 330,480 000000000000000019892c71c6f324ced076845c287abd526d28c9e8d9541bbe 575 0.34/1.00 vMB 27
330,479 330,479 000000000000000003f4f1540fa0531d31958e9bedf5355b2dffac93127ac98e 483 0.25/1.00 vMB 26
330,478 330,478 00000000000000001ae34fae10e47e728a6ca8d08e5ba75f6244dae554ec79a0 1,191 0.72/1.00 vMB 24
330,477 330,477 000000000000000008623086d4979f8dc0ccc16ae5e2d97926bb1aebbd928857 607 0.34/1.00 vMB 26
330,476 330,476 000000000000000011e31dae522b40e2a137fd3064a6d1d25650cb294e217290 591 0.32/1.00 vMB 26
330,475 330,475 0000000000000000062bb72c4e192add674697f3bb69595833e19250fb66277f 1,228 0.75/1.00 vMB 27
330,474 330,474 000000000000000018e26bdffdc8884d80356fff54639ad349787157b5230573 936 0.49/1.00 vMB 26
330,473 330,473 0000000000000000005bcb2b75aa91b18510a4b75ca01f0f5a800d00e16586da 927 0.46/1.00 vMB 33
330,472 330,472 000000000000000015353c1331e45973acb4555c691c42def750789dd32b5954 100 0.06/1.00 vMB 23
330,471 330,471 00000000000000001a32132bed18e4af38917390571fd2f92d235bad1ff747a0 668 0.67/1.00 vMB 15
330,470 330,470 000000000000000003a7f4d4ecd0bc5ce8df727470f7a7e4845a354e96fc83b5 320 0.24/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.