Loading Tool

Explorer IconExplorer

Memory Pool

50,547 transactions
30.28 vMB
0.14240227 BTC
Random Selection Loading Transactions
Max Size: 161.61/200 MB

Candidate Block

Mining Attempt a7735edf4382bdc8a082b678fe29d5bc0df67cfc745c652f3f8853ba65b219ce
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 7c9b7c5945c1df1d234324eb6f3beb4c724cbd26e35bf90aa459be5ea9f267b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.07200981 BTC
Feerates: 529.61 > 7.22 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (375,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,782 539,782 000000000000000000222422bcc7be34c5ef265e853ba4c753bdad3ad372089e 2,223 1.00/1.00 vMB 34
539,781 539,781 00000000000000000006b02acd6f97167fd21d7b490bb1b371e920eace5150a3 1,112 0.60/1.00 vMB 15
539,780 539,780 0000000000000000000ddd2abd529d4a9e404f1f99d5dbc82ac86d65da5e3a43 976 0.46/1.00 vMB 13
539,779 539,779 00000000000000000026ada0ca1dadab1a18eb31fba1a6a8d7533cfe1e94130b 804 0.35/1.00 vMB 20
539,778 539,778 0000000000000000000f0e631ffceaeed3b1b81daf28c0a1c97399ba38545c40 349 0.12/1.00 vMB 22
539,777 539,777 0000000000000000000492bcc23fc110789444cf5cb322b194924c0b8c4d7c62 274 0.19/1.00 vMB 44
539,776 539,776 0000000000000000001895f7e2cec7e94cf3979fdd9b4958b94279127f5f10ed 1,627 0.68/1.00 vMB 18
539,775 539,775 000000000000000000073de2a7d540f6cc10e2ab8b6521b8773ac7b98d80c2e7 1 0.00/1.00 vMB 0
539,774 539,774 000000000000000000113a8dd90a04e5b65c2447f6f17867d5bca160fd55dc7b 626 0.30/1.00 vMB 19
539,773 539,773 00000000000000000018e69fe1c46e189eb0bb192924ff361022b03e56f8066b 1,516 0.71/1.00 vMB 18
539,772 539,772 000000000000000000237c8d64b7e86d39e761962e0b9eaa9d5967d61a623b5c 1,547 0.73/1.00 vMB 18
539,771 539,771 00000000000000000027f96a7ef17b0f4fbf91945f41eafe567867f088f6a334 1,035 0.47/1.00 vMB 15
539,770 539,770 0000000000000000000b29ded1e45439c505c5132f9e48734901c351f8baf019 426 0.14/1.00 vMB 14
539,769 539,769 0000000000000000000df75fd806b3a74268c6dc07f0e68fa3066dc728ba26bf 550 0.26/1.00 vMB 15
539,768 539,768 0000000000000000000744fa8e2eabeb54a205e951ba524eefb182c87fc1f6bd 1,951 1.00/1.00 vMB 18
539,767 539,767 0000000000000000001932e18f7b9fcffb8d24a9861b84402a6c841225278489 1,567 0.90/1.00 vMB 4
539,766 539,766 000000000000000000124e247decdbb7afa9535a45ad88912779c14ba70f3d60 2,427 1.00/1.00 vMB 28
539,765 539,765 0000000000000000000b9e031146a4cc922152987b0d17aa8dc89c572814605c 2,200 1.00/1.00 vMB 6
539,764 539,764 00000000000000000007946a1d17dedb5fedebd473bcff8e50bc457d8ab80822 1,070 0.61/1.00 vMB 48
539,763 539,763 00000000000000000026c02f0d237493c9ae36b79c2b208a6c889bd80095618b 551 0.27/1.00 vMB 8
539,762 539,762 000000000000000000024f1f5edf58ba6aab4be23b706aa50611e47d1cb27745 900 0.38/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.12 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: 652.09 GB
    • Received: 13.71 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.