Loading Tool

Explorer IconExplorer

Memory Pool

76,462 transactions
28.35 vMB
0.09461776 BTC
Random Selection Loading Transactions
Max Size: 171.77/200 MB

Candidate Block

Mining Attempt 807babb1c43f9517098a39cd37e4ad3f2df97f64a1be46524c1b961e7578a2dc
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5948f8f8214c5173942363623b1a4c101dcf40dff00a94a9be9fb166cd46ed25
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.03185486 BTC
Feerates: 150.80 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (502,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,169 413,169 000000000000000000594eb0bfbcd9c16a09d5bce87adc9858071a91d4406bce 2,016 1.00/1.00 vMB 45
413,168 413,168 000000000000000002db992ce7185b98677cfcb2b4814cbbf3f1b5f43fd6c562 2,448 1.00/1.00 vMB 55
413,167 413,167 000000000000000004d63cab947244a8d53fb0573f30163cb5ba07ade4e1d07d 346 0.18/1.00 vMB 23
413,166 413,166 0000000000000000042e8803fdf026d03e70ff4e3a5bfe5f919e45900a339c2f 1,122 0.83/1.00 vMB 38
413,165 413,165 00000000000000000149f024b1cca7d0ed266a47693bc710589cc24b083b268a 1,507 0.99/1.00 vMB 32
413,164 413,164 000000000000000000c0472ba07db7fff6ec11cdc508322471cd45e5769d9409 1,870 1.00/1.00 vMB 60
413,163 413,163 000000000000000001c89fb8c86d8e2d5ad0399eb5262fd5b9ec3ccc04c52eb0 591 1.00/1.00 vMB 16
413,162 413,162 00000000000000000255ebfa343bc303d96e465c32783c71131120f44c5af39e 1,020 1.00/1.00 vMB 20
413,161 413,161 000000000000000000ec2bdb2d8b7187b312b73fbaa2e0862298ef57189b4a67 2,060 1.00/1.00 vMB 55
413,160 413,160 0000000000000000054e2fff631ca9a60fbd7e63e33e8d3a69ad51eaf36c3d17 848 1.00/1.00 vMB 21
413,159 413,159 0000000000000000003b3fe3e7f7c8621c7a26ee90133f49f1c44cdceef0b483 507 1.00/1.00 vMB 16
413,158 413,158 0000000000000000027fb869881b84da443c1b39ee37eefef9830c690223c6ab 1,084 0.81/1.00 vMB 32
413,157 413,157 0000000000000000056428582617f2739a0a82b3e4a59aa6fd877aecdd6690ef 1,377 1.00/1.00 vMB 24
413,156 413,156 00000000000000000013742b26d1a696fe311c17afe1f9f321308ee66a414fbc 1,978 0.99/1.00 vMB 46
413,155 413,155 000000000000000004db7d8ec59ef7792991a52bffd9cc0c85691e69d62d2046 2,113 1.00/1.00 vMB 47
413,154 413,154 000000000000000001a62f7edd227ab11f165ea821ed0ee024725d13e252e932 2,146 0.99/1.00 vMB 45
413,153 413,153 0000000000000000012161de67ea6b4f03fc0b0615af3924562cca4026e67347 2,143 1.00/1.00 vMB 75
413,152 413,152 0000000000000000006bd2dd9e31c35ccc8f89cc8d582a2d184b1ae63f507904 2,093 1.00/1.00 vMB 33
413,151 413,151 0000000000000000007f506091ea8cd86e3fa74ff3b0d4b1b99bdcfab8f0d139 2,325 1.00/1.00 vMB 47
413,150 413,150 0000000000000000047ea935e72b1851e5a86071f911028c069bf18897fdb00e 2,521 1.00/1.00 vMB 94
413,149 413,149 0000000000000000038ee2f0455d050d1aef924ca79ea7a94f1db4c82133121a 1,217 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.85 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: 712.62 GB
    • Received: 17.20 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.