Loading Tool

Explorer IconExplorer

Memory Pool

73,251 transactions
27.00 vMB
0.06074918 BTC
Random Selection Loading Transactions
Max Size: 164.95/200 MB

Candidate Block

Mining Attempt 66d10f4d7a37cd5c223120e3c0bdaa2aba54f505cd651d826bd5c07ffdc2e7a6
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (495,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
419,689 419,689 000000000000000003fed8589f495993e1258f5d86d0980085419041f54eda7f 1,734 0.75/1.00 vMB 57
419,688 419,688 000000000000000002c9d011d1322558b148e198f942f0a56f5a92b1dedd89a0 2,898 1.00/1.00 vMB 89
419,687 419,687 000000000000000003e751d5bd006906337845ba1f3b1df1c5ef452f360d281a 2,241 1.00/1.00 vMB 68
419,686 419,686 00000000000000000234b8f32ab6c7832099b8e394393a58540394feb0337d66 2,700 1.00/1.00 vMB 53
419,685 419,685 00000000000000000003d3a17087769b3fa2953d3432561a355fa36744a6b560 1,548 1.00/1.00 vMB 78
419,684 419,684 00000000000000000116a67027cead767d4b333eaa665a0b4752866eb336f289 1,115 1.00/1.00 vMB 116
419,683 419,683 0000000000000000017f550b68a40778755dd9ef072ddf33d9d32d362a96e6ef 384 1.00/1.00 vMB 25
419,682 419,682 00000000000000000193fdffdcf4b265cfd24d010e7d83c65372768ecdeef928 892 0.98/1.00 vMB 65
419,681 419,681 00000000000000000457e058daf752a7367e325efab103144f01ac5b7144524f 1,873 0.91/1.00 vMB 48
419,680 419,680 000000000000000001e58dad35d2aa9ecefc80b554b63edf9a7a7c60b7b4d8ae 518 0.28/1.00 vMB 63
419,679 419,679 000000000000000004adae3b3347d989d18c1afdd049dbd41c1c89192c1690a5 340 0.54/1.00 vMB 25
419,678 419,678 000000000000000003b92c380051069bdd05644d1f7f716e150a33eae691619d 1,718 1.00/1.00 vMB 44
419,677 419,677 00000000000000000395cb5e3c27661e3c66f3c97de0c596be42666ef12a4702 2,007 1.00/1.00 vMB 53
419,676 419,676 0000000000000000023b10d5aeb7120369c73029185111308886f58d8bc7ec45 2,095 1.00/1.00 vMB 56
419,675 419,675 0000000000000000047065a0c4df5f9d55521552b88fd897e45bdfefb544c3a1 1,787 1.00/1.00 vMB 48
419,674 419,674 0000000000000000045285c4ccf936a5d036c5501bec64f3e9a66d0cac5c68a0 2,847 1.00/1.00 vMB 74
419,673 419,673 0000000000000000049febf845c96f46f58b028ed7ec012abd6cde76de727f48 2,601 1.00/1.00 vMB 60
419,672 419,672 0000000000000000050f53da4ae880d45465efd6ce777b4e5a2796b50b1f6847 46 0.01/1.00 vMB 60
419,671 419,671 0000000000000000006577f86f3b6c0142aeb1a4215f7da2d2350ac54c533d54 202 0.09/1.00 vMB 45
419,670 419,670 000000000000000002399f2297bb886793e4aa197f36fafd715827bf31e8e860 1,615 0.83/1.00 vMB 41
419,669 419,669 000000000000000003441f9bc9262a2ca669fed9cb2efc14e830d3a9bce66b6c 940 1.00/1.00 vMB 19
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.95 GB
    • Received: 17.63 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.