Loading Tool

Explorer IconExplorer

Memory Pool

76,638 transactions
28.68 vMB
0.09264027 BTC
Random Selection Loading Transactions
Max Size: 174.06/200 MB

Candidate Block

Mining Attempt 9e9a9193611ce746d528ac91ddbd66f7179ef45a19ff86deba5d865f90e5577a
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 6120b2bf3c912ec8ccc09a77e8e59d8c305c61d5861cdca045b675f5d315c7a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,774
Size: 1.00 vMB
Total Fees: 0.02649230 BTC
Feerates: 180.82 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (583,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
332,028 332,028 00000000000000000190f02a897ee47632957ec0e5cd17e5d543e4e0f817068c 167 0.08/1.00 vMB 18
332,027 332,027 00000000000000001a89eac27457eebef09ee2052cca87845e59e05ca5ade883 890 0.62/1.00 vMB 18
332,026 332,026 000000000000000004e1d7851b8b17aa079425f53020c8a3a90d79ff16e8a6c9 1,609 0.75/1.00 vMB 28
332,025 332,025 00000000000000000e88fedc306fb72a52fd749a437c65c80f33d40a9726a095 216 0.14/1.00 vMB 16
332,024 332,024 00000000000000000612e6eba231e6df97141af3634e90ca0e0508c125c92012 624 0.36/1.00 vMB 23
332,023 332,023 00000000000000000dc4914e2a1948078595dfebd9f1f503cdb61c4c2de3e667 597 0.35/1.00 vMB 21
332,022 332,022 0000000000000000001ba77e507b149a6134dfe1c05a52755e137e2f1c455a37 1,238 0.82/1.00 vMB 23
332,021 332,021 0000000000000000171bb3a369d205aceba5b3a7cb2bdb873855c9a8dd71104e 728 0.35/1.00 vMB 26
332,020 332,020 0000000000000000091ea4da3296e9fb71c5d5f9ca63f19f5d4b3ed2d8bc04a1 658 0.31/1.00 vMB 25
332,019 332,019 00000000000000000240cd1d7daf9209cead425b9124497d8b21aaaa5b3fe75a 1,383 0.79/1.00 vMB 25
332,018 332,018 000000000000000004e0b98bd524d400b0522054358f4589cd8c95092fa9dd73 640 0.58/1.00 vMB 24
332,017 332,017 0000000000000000051463ea3cdc129da639ee6833ba835cf0f349a6afc72e7d 1,596 0.89/1.00 vMB 24
332,016 332,016 00000000000000000380b90f0adb5e3a058f8f0ed32af1ac59f99b7767eb09d4 1,230 0.76/1.00 vMB 20
332,015 332,015 000000000000000008a34669b6097fa00dc7e370229f8327af8e3efb73f0b779 231 0.14/1.00 vMB 18
332,014 332,014 0000000000000000087a1ecebeec649f697cdd5cd92ea8ef3e5d937c778c19e4 773 0.80/1.00 vMB 15
332,013 332,013 00000000000000000694cb579bc524b27d96eb6a79e1c79b5bad8b96f8c48a28 1,997 1.00/1.00 vMB 27
332,012 332,012 000000000000000006bc266e480b803f6019a05766706b4609c2b4f0104fd97c 256 0.10/1.00 vMB 24
332,011 332,011 000000000000000012a83b25f7c57f827d1a16aabfc0b084168abfe818a17b53 1,864 0.75/1.00 vMB 33
332,010 332,010 00000000000000000b972fd2dadb6488ab01973e25cc25ad0316d0e46e8fcb64 443 0.33/1.00 vMB 15
332,009 332,009 00000000000000001b208219aa8c08e1e72a0f9918f2b15575b6b55b1119933c 900 1.00/1.00 vMB 15
332,008 332,008 00000000000000000105a9e5805e5ee97c7bd152b3bd3a9f328078e50a8b2eb1 2,119 0.75/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.86 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: 712.89 GB
    • Received: 17.24 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.