Loading Tool

Explorer IconExplorer

Memory Pool

40,218 transactions
28.92 vMB
0.09225450 BTC
Random Selection Loading Transactions
Max Size: 147.09/200 MB

Candidate Block

Mining Attempt 9d993bf0825bba1d988dca3e98feaeb923dd932eaeb74f983e2f23e330697b84
Version 20000000
Previous Block 00000000000000000001157a4311de69a70f52c462fcca1444599cbf87c6de5f
Merkle Root bbe1610163f3e32a1962c55dd81c0062f55642fef84ee49a5233d6a410e2df43
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.03597664 BTC
Feerates: 101.65 > 3.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,541 (455,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,663 458,663 000000000000000000cde3b8e4d30dfdd399b941394d2d78e6f8ec32f662810b 279 0.11/1.00 vMB 152
458,662 458,662 0000000000000000008628c8bca8fb9d0aef275b5da583d2e63eee54dea452e1 111 0.05/1.00 vMB 168
458,661 458,661 0000000000000000007ad0c6c8d0d55449ed535ec8a88646dfeabae082fbb90a 1,042 0.74/1.00 vMB 76
458,660 458,660 000000000000000000eae4aa1a6cff591840c721b14a958a85f45ef0ccb5eb7f 369 0.18/1.00 vMB 190
458,659 458,659 000000000000000001641caa1dcec1d45540ab6038cbe4dd31277c244f66934b 2,055 0.80/1.00 vMB 156
458,658 458,658 00000000000000000204ab2925b30ec556d5ddc523bc76dffd6ff53349d090aa 760 1.00/1.00 vMB 39
458,657 458,657 000000000000000000af128594f1e6cfc8643620a2d9c05c5e68b2d1f00fe039 833 0.56/1.00 vMB 146
458,656 458,656 0000000000000000006a17020218fc8df1ca7722da4b52106716149c1949e44c 893 1.00/1.00 vMB 64
458,655 458,655 0000000000000000015a87d7004a3b6d498ac08bc9044f9bb8285b51683661d8 1,614 1.00/1.00 vMB 64
458,654 458,654 000000000000000000849e9b8bcdb84be3e2a1bbba7ef6442cc090d2cb0ad042 2,093 1.00/1.00 vMB 183
458,653 458,653 00000000000000000173362b84467d05504ab779ec619072ab278f51c769a15c 1,636 1.00/1.00 vMB 195
458,652 458,652 000000000000000000a27dffa60f4e564008760a1da52edf0c95d94da1accb83 547 1.00/1.00 vMB 43
458,651 458,651 000000000000000000b3fb47c4b3c4e8cfd4b055a500b2c10798792ccc977c63 1,664 1.00/1.00 vMB 93
458,650 458,650 000000000000000000f3e3b4aecf6cb59bfb0bd4bbb5aeb546afd95c52864d19 2,249 1.00/1.00 vMB 189
458,649 458,649 000000000000000002071db265fcc265bc124e1f9ce839c844ac91f56f7d839c 1,046 1.00/1.00 vMB 25
458,648 458,648 000000000000000001540fea55468e4e7a536b4b7c46db20ed09910ad892228e 1,996 1.00/1.00 vMB 151
458,647 458,647 000000000000000001d813c6a4ddfd1e6d3cd40bdf9b4d82a83f5ad74263174b 1,919 1.00/1.00 vMB 149
458,646 458,646 0000000000000000000081c70d1af2c869d2d437c0bf6e20bc0fd7c09834d350 1,418 1.00/1.00 vMB 48
458,645 458,645 00000000000000000178772f1fdfdc831fd45d7a188982bfc9f01efcb2431839 2,222 1.00/1.00 vMB 145
458,644 458,644 000000000000000000245fefc98c5dcc0b6e733919c975d1b002536835c91159 2,144 1.00/1.00 vMB 157
458,643 458,643 0000000000000000011d1f4f9997c1035445ab66734da05fc90557d29aa950aa 2,401 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.57 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: 622.63 GB
    • Received: 11.35 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.