Loading Tool

Explorer IconExplorer

Memory Pool

77,188 transactions
28.77 vMB
0.07889198 BTC
Random Selection Loading Transactions
Max Size: 174.07/200 MB

Candidate Block

Mining Attempt 5981d4081542a6468eacdf2147ea3803c73e9614f7f435d89fd0cce0c82e1258
Version 20000000
Previous Block 000000000000000000011d49c0349887e36fe6508c1977edbe2c0a508259bee0
Merkle Root c8203f5bc4cfcd3b7b8340f1aa3b5a63860300f90b7f8f1b9ed54042d132e091
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,804
Size: 1.00 vMB
Total Fees: 0.01902536 BTC
Feerates: 100.17 > 1.91 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,136 (524,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,297 390,297 0000000000000000042ecadd91b9a2fd0a40cae5d42e3e588d81ee50bae94b13 3,007 0.92/1.00 vMB 58
390,296 390,296 00000000000000000878cd8de3dccda91cdcf6ef0e6e8536120c65f487dd0197 370 0.19/1.00 vMB 33
390,295 390,295 00000000000000000a7d018d5bdcf22eb2b67eb36456ab86a86dcb1639ba6872 1,554 0.74/1.00 vMB 35
390,294 390,294 00000000000000000a6e885539e41b95fa9813267ff90c0ae8f52147ce14cf04 365 0.24/1.00 vMB 28
390,293 390,293 00000000000000000251bf5402208472fada71f6128c26d90c4c9c49a282af2c 460 0.26/1.00 vMB 27
390,292 390,292 000000000000000001704229a7dffd8e214f0b0bdbe235484aeda15467b9d29a 615 0.28/1.00 vMB 36
390,291 390,291 00000000000000000a8c6b49b98d1812f321baca6d65437e3b1a4fb6ac756e1c 389 0.20/1.00 vMB 27
390,290 390,290 000000000000000003aa8da3297f42222eb50b66ab862f74354b431a99d9b6fb 209 0.14/1.00 vMB 16
390,289 390,289 000000000000000001edf7d98e66cf088dfa3f2f7356335841b97ccf10b76fa8 1 0.00/1.00 vMB 0
390,288 390,288 00000000000000000304dd53061d19036f9f691365152d9670ba56f00d0e678b 457 0.25/1.00 vMB 35
390,287 390,287 000000000000000004c53553fb2865e306474cc18d6fa9378662a92c90d9ef3e 933 0.45/1.00 vMB 34
390,286 390,286 000000000000000007f40c3e094f751d129a262b67c391f3aa8e62a70c254e61 338 0.17/1.00 vMB 30
390,285 390,285 0000000000000000094d8d62d9f9e6582f35a503dad0844b52aaadab97321ade 1 0.00/1.00 vMB 0
390,284 390,284 00000000000000000609ff3b104ae72a7fa960a969c77c64dc4252898c4bc331 1,328 0.71/1.00 vMB 32
390,283 390,283 0000000000000000089e679e9092e851cc4aaf90bb4cb71758a68d33bfb0a6d9 1,804 0.83/1.00 vMB 39
390,282 390,282 000000000000000004f18e7c96b7ed3b270485626c6a046c3ba78520f9feb514 1,003 0.45/1.00 vMB 35
390,281 390,281 00000000000000000940fdbaaa3bc88db1fb408782f806dd5a601f71a9b5ed9d 378 0.24/1.00 vMB 36
390,280 390,280 000000000000000000f9a5fa3bfaab28b64b698a89eab8348a5d9f10d096fb8a 939 0.54/1.00 vMB 31
390,279 390,279 00000000000000000aa5b254602cc20a957e646db3b8f79eb95c766e86d4eea0 1,343 0.80/1.00 vMB 31
390,278 390,278 000000000000000001e0067c0855e2418c10dc78d5eb7ffc45a783ab4ae66051 526 0.29/1.00 vMB 30
390,277 390,277 000000000000000006eef8a0b45c2c07d0e36db8a400a538fbf90a85c40bdddb 891 0.50/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.13 GB
    • Received: 16.15 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.