Loading Tool

Explorer IconExplorer

Memory Pool

44,014 transactions
27.19 vMB
0.08778528 BTC
Random Selection Loading Transactions
Max Size: 142.34/200 MB

Candidate Block

Mining Attempt f6172727f9c15f672799a41f6b7bacb310b08880ff7c24faafa7e0c3cb2904ca
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 23976c202cd56a3a0f0a67d687e021cf7dcff28b172614909e6d148bc90dd9bb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,237
Size: 1.00 vMB
Total Fees: 0.03477399 BTC
Feerates: 150.93 > 3.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (301,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,615 613,615 0000000000000000000c741b97f6bd4b9daab8bb212c20d8cea1e72d10f6d762 3,749 1.00/1.00 vMB 13
613,614 613,614 0000000000000000001234df8f64cf555f683bf06c85b9d406138af2655cbbdf 3,124 0.82/1.00 vMB 13
613,613 613,613 000000000000000000024e00d2b8acdc09d1af1cc6f3be61361535ecddb9d200 304 0.09/1.00 vMB 12
613,612 613,612 0000000000000000000d5350c932000c8491f69fd285a60f86d6c81a08ad0260 3,360 0.92/1.00 vMB 11
613,611 613,611 000000000000000000005bb366a1b5a8110da25c6166dc15a50e4ff8f47a00cf 2,313 0.68/1.00 vMB 6
613,610 613,610 0000000000000000000d48ca4c69eb0d9672ced6e6ff9d08f2f61d6e606f07d0 3,209 1.00/1.00 vMB 19
613,609 613,609 00000000000000000001d20b5c89556261bd6ab4989c08d40187bf929753d3e7 2,448 0.66/1.00 vMB 7
613,608 613,608 00000000000000000007348a424e195aab912a6455b3a95b3536dc71840d13d1 2,399 1.00/1.00 vMB 22
613,607 613,607 000000000000000000117bfece4b462c24413a0903dfa58ac12e85e5808a8eae 1,504 0.54/1.00 vMB 17
613,606 613,606 00000000000000000009ca5b1c7ff900dc7d4456a9966fe43d7741d5bfec1f02 160 0.05/1.00 vMB 12
613,605 613,605 0000000000000000000dadeee37d5c488cc41308ef567a2b9090da33c13d3bb7 2,097 0.62/1.00 vMB 11
613,604 613,604 00000000000000000002765d7ebda9df9980654be67579419194908009cfa8a8 135 0.04/1.00 vMB 9
613,603 613,603 000000000000000000056a10f22c74bd3e089c7c714f91ac09b9358b62477942 2,050 0.61/1.00 vMB 13
613,602 613,602 0000000000000000001245bcf8d73f892de8e44bbe054bcf47d7102e9a72a517 225 0.06/1.00 vMB 17
613,601 613,601 0000000000000000000deba8e6b193cdcba4435e65abb725a108852f2109f0c5 878 0.24/1.00 vMB 14
613,600 613,600 0000000000000000000b4d165b80913d9d84307726af6e97322a9dc57206a046 1,252 0.33/1.00 vMB 12
613,599 613,599 000000000000000000106f5d48843e48cbd48af8c14d8c3bf8c50cc5f66e26ed 865 0.25/1.00 vMB 12
613,598 613,598 0000000000000000000bdc0945be7f51ffb41696982dac028e90f3abc2341b93 1,813 0.54/1.00 vMB 11
613,597 613,597 00000000000000000010dd9b2eb9e2e65bd14738370d59eaf5a312ac4dede529 56 0.02/1.00 vMB 9
613,596 613,596 00000000000000000005b18998f03a0b9e4733ebcff81421dc39160b956ae82f 2,037 0.76/1.00 vMB 13
613,595 613,595 00000000000000000006a67bc61f0c887a0be6e66ce3c862d5e08b5ec31db5b3 1,300 0.35/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.16 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: 653.28 GB
    • Received: 13.86 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.