Loading Tool

Explorer IconExplorer

Memory Pool

38,286 transactions
27.31 vMB
0.06158395 BTC
Random Selection Loading Transactions
Max Size: 139.22/200 MB

Candidate Block

Mining Attempt b75c9b241a51d6842e9d545df72e71c6646e80ebbffeddb2d0054b55cbbb5c7e
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 6d21ca8be94d06fc436491c83c78396790586f06468ccfdc54a854e84a340647
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,124
Size: 1.00 vMB
Total Fees: 0.00989604 BTC
Feerates: 100.95 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (422,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,061 492,061 00000000000000000058f060a97d287e90057ccf234f982bd711b8b9528cb281 2,914 1.00/1.00 vMB 199
492,060 492,060 0000000000000000004d74df772bc89d8cdde4cac346c91287b280e3129d7b9f 2,652 1.00/1.00 vMB 214
492,059 492,059 000000000000000000bc5eb863f5b76ee14f5a381609ff8a010c06e20973c069 2,327 0.94/1.00 vMB 209
492,058 492,058 000000000000000000a12ae7cbc7bef71226df44e3b24944e90a58d202365f43 3,062 1.00/1.00 vMB 206
492,057 492,057 0000000000000000009cfc033dc35023f9ba8f45862d066b5551c0305dede7cf 3,215 1.00/1.00 vMB 230
492,056 492,056 000000000000000000792d9453f63178d602829ddcb0c7e4b9c2aa16c8537dee 2,231 1.00/1.00 vMB 227
492,055 492,055 00000000000000000024b165523210117ec2addcb9b2a89c62b6578ee12cd3e1 2,141 1.00/1.00 vMB 149
492,054 492,054 000000000000000000a49d26cf5a7fed97845b7e642983b98b8cd91c0e2cd306 2,055 0.98/1.00 vMB 132
492,053 492,053 000000000000000000aea6ef965f3750298bcad4ca2308c75ca613890ecfdc9d 2,194 0.92/1.00 vMB 172
492,052 492,052 0000000000000000009e720a6e0b829c8de223feaaf170a46bfbb18cca316821 2,889 1.00/1.00 vMB 210
492,051 492,051 0000000000000000002ebd71a7ae2e329e421c9fa68db2c9ec40d9c347e43f1e 2,016 1.00/1.00 vMB 157
492,050 492,050 00000000000000000016d39957031e792a47fedf2fa33ffa42d6700e762196ac 1,670 1.00/1.00 vMB 153
492,049 492,049 0000000000000000004b60977dead2fc637446117f0b8169ca809ceecfbacafb 2,275 1.00/1.00 vMB 119
492,048 492,048 0000000000000000008d35171e5445e4a9e6e054c0a2f6d6224b1224319a5fd9 1,631 1.00/1.00 vMB 122
492,047 492,047 00000000000000000054020e5365c9d87d534f6290571e698096ca0a3c18c481 1,839 1.00/1.00 vMB 116
492,046 492,046 000000000000000000429950384d2771af803ba2ad8a36e9387874c0ceef8154 1,627 1.00/1.00 vMB 133
492,045 492,045 000000000000000000ba28fdbe29406284d6c1212ad7e4038dd8122940036e00 1,863 1.00/1.00 vMB 155
492,044 492,044 000000000000000000697a76aca5ca069aa9e97b307b2f809f6900691a0af61c 2,673 1.00/1.00 vMB 160
492,043 492,043 0000000000000000000d8bb585699824fbdc2e94a836b99c571c2ffc2976fdb5 2,818 1.00/1.00 vMB 162
492,042 492,042 000000000000000000b6cd45c0914a8f5c1714544a9c747c03ea4f8e07f1700a 2,421 1.00/1.00 vMB 174
492,041 492,041 0000000000000000002a29752df8b5d2077c79fde5bf65699f850bb1c6ac41db 2,536 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 781.76 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: 632.22 GB
    • Received: 12.11 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.