Loading Tool

Explorer IconExplorer

Memory Pool

80,785 transactions
30.17 vMB
0.12283913 BTC
Random Selection Loading Transactions
Max Size: 180.95/200 MB

Candidate Block

Mining Attempt 0dbefe157fcc12e2b06c27e8abb8b1d6e51966132b46236bb6f6e2b8031da16c
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (391,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,572 523,572 00000000000000000014d4f876c392409c0a8cd4ecb4f804edc6686b5204cb72 179 0.07/1.00 vMB 29
523,571 523,571 000000000000000000279ab4eeeed57861987b46c018d83202c1c5c46851fdd1 849 0.49/1.00 vMB 45
523,570 523,570 0000000000000000002081eac0953fb9babec49c66276147e9e8d94d32a1f2ed 968 0.35/1.00 vMB 30
523,569 523,569 000000000000000000364d500d1a2272aad0502987bfdc62f50f5f1978b3315a 2,984 1.00/1.00 vMB 13
523,568 523,568 0000000000000000003ee16439eeb01ec77102c134272a93e7e7074926abe330 2,084 1.00/1.00 vMB 63
523,567 523,567 0000000000000000001e024b957064185c734ee47aee1e2d2e0c3670d154f912 1,271 0.55/1.00 vMB 9
523,566 523,566 0000000000000000003629dc6bc3cfec4c3ed9aff1ac1e0bc42aca10f5b037a6 2,664 1.00/1.00 vMB 52
523,565 523,565 0000000000000000003c23a040f64e27579eec02f8ab1344e68b7cc1276b6fbe 1,178 0.63/1.00 vMB 58
523,564 523,564 00000000000000000033bea3f8f7959ba33ac5a902504d533ef66a820d3d8640 528 0.23/1.00 vMB 12
523,563 523,563 0000000000000000002dd81f8e2deb1f1cc7bb6e1b2baac0d9c90cbcda7c31a3 3,049 1.00/1.00 vMB 36
523,562 523,562 00000000000000000000e3ee195ba553d02e45c53e7ff13696387376e2b1f820 899 0.41/1.00 vMB 30
523,561 523,561 0000000000000000000bdffe9f613f1ca92ca364636af399959f2f1b711ad11c 388 0.16/1.00 vMB 23
523,560 523,560 000000000000000000238372c5fec01b8005cc5d436c06884f08c66fce0096c8 539 0.33/1.00 vMB 36
523,559 523,559 000000000000000000356c6b7aa361f219475294759e1babdc7e3dff8c62b608 840 0.31/1.00 vMB 30
523,558 523,558 0000000000000000002fa8bd8548ad7063ad02c2f7ac7d149d315d5edb741da5 240 0.10/1.00 vMB 34
523,557 523,557 00000000000000000008f2cf821e4d42d74c8de83842b541c57a2d4064c7cc55 1,099 0.45/1.00 vMB 21
523,556 523,556 0000000000000000001fda30ab786c6e7102d2f4487e2afc8f282701fbfb1594 2,776 1.00/1.00 vMB 37
523,555 523,555 0000000000000000002259a949cb0934d4119b81969cf30b3b44968a80fe01ec 1,040 0.48/1.00 vMB 37
523,554 523,554 00000000000000000028bb623784a14bb574d92d66e83a7b0a3f5135a9c2a1d6 1,973 0.83/1.00 vMB 31
523,553 523,553 000000000000000000176af71835b3c414da2501f4034f5421229aa6dd4fb3be 2,234 0.95/1.00 vMB 18
523,552 523,552 000000000000000000061c2025f262ccb9e4e63d0579c2e8cb9a97cb73b53317 2,347 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.