Loading Tool

Explorer IconExplorer

Memory Pool

82,107 transactions
31.69 vMB
0.10576545 BTC
Random Selection Loading Transactions
Max Size: 191.46/200 MB

Candidate Block

Mining Attempt 0a88ba6049a43c434222a2ae6ae183c330e9d536a4d00ef210d1a6a9a9d60e82
Version 20000000
Previous Block 00000000000000000000ed17108ada750c30ae44d6a032cae868ae55c67ad635
Merkle Root c6d74d76ae753d432120cdb1a5d3cb0c929f02cbce6707fc7af7afb1aefd74f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,543
Size: 1.00 vMB
Total Fees: 0.03312288 BTC
Feerates: 265.25 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,194 (825,912 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,282 89,282 0000000000024d1c20a4bfb1e7d627f1e958fee5c9420cd0b9ae7e98ebbf8416 1 0.00/1.00 vMB 0
89,281 89,281 00000000000782d8c5cf75270f4214b30e4bdd96332b403c2435105eab350bca 1 0.00/1.00 vMB 0
89,280 89,280 000000000007850f89e00bca03ed0542a5e50b084c0e3a0db066673bb1c085bf 4 0.00/1.00 vMB 0
89,279 89,279 0000000000064a73b159b109e8cf3facbff9adaef3b8d70148321d25846ca25d 1 0.00/1.00 vMB 0
89,278 89,278 000000000005dfdd39021a2b608dc1d421e3ef1f19b0f45948e78cdae7676d0f 1 0.00/1.00 vMB 0
89,277 89,277 000000000005a29791ef1097e40f57ef37dc328cebe9b65702b9ff98ba99e35c 2 0.00/1.00 vMB 0
89,276 89,276 0000000000082f1ed1b501670b5bbfcc31c2e83c89e6b00c91f03b2dd5a8432b 1 0.00/1.00 vMB 0
89,275 89,275 00000000000a6f258625800fc9ae918fbed192702fc5850a4858ea58204a5451 4 0.00/1.00 vMB 0
89,274 89,274 00000000000bbb9b119a5308b942ebe030046d216c59c998493d935e57714973 2 0.00/1.00 vMB 0
89,273 89,273 0000000000061101cde494bbe70536d00e0d26cc7b2f3a4f0fb7fa16d118dc64 3 0.00/1.00 vMB 0
89,272 89,272 0000000000090b766b3223ff919da7c22168816d857ba3ef287d72d271fc1f6c 1 0.00/1.00 vMB 0
89,271 89,271 0000000000136dfdad713893a0cd72fcb143f53ff7ee0ad2dd310ba05f764641 1 0.00/1.00 vMB 0
89,270 89,270 0000000000035bd12cc87711be0ef91faa1395f0bc664db3b57f594a1974af7d 1 0.00/1.00 vMB 0
89,269 89,269 000000000004e3f838f5ed6c230cc4bf835eefbae0d54bbc3ac7919a6d3e9a52 2 0.00/1.00 vMB 0
89,268 89,268 000000000003c3be225bbab9e83e86619765e0ed9518c6bfc03cc195db9d747f 1 0.00/1.00 vMB 0
89,267 89,267 00000000000b797e9ebc8fee8139e259070572b79411cc24d7bc86883a6390a6 1 0.00/1.00 vMB 0
89,266 89,266 00000000000c04cfd91e9a1a4fc8ac245397a13f5eb4c2901c1df894d4b8ee76 3 0.00/1.00 vMB 0
89,265 89,265 00000000000d807e66c05b776271fb7d43cfb9ce6942b2bb916bb6d76c459a64 1 0.00/1.00 vMB 0
89,264 89,264 000000000002eb573d4843c94e139e56dbaf8863372c2dbfa22bee321e004a02 4 0.00/1.00 vMB 0
89,263 89,263 00000000000c743ab99c4e14507197c7cba724d4c76b126ed9da984412450a76 3 0.00/1.00 vMB 0
89,262 89,262 00000000000d5fa4f083f571709b97d73cc1a457f87283210dca54dc88d02654 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.73 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: 707.59 GB
    • Received: 16.69 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.