Loading Tool

Explorer IconExplorer

Memory Pool

53,858 transactions
29.78 vMB
0.10526298 BTC
Random Selection Loading Transactions
Max Size: 159.96/200 MB

Candidate Block

Mining Attempt 03eb22cf093f6a96bac4e5253ced3cd38a89c1e8d0f8ef4600e7d898b391095d
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root 9a24bac36f262e3417657b4fee3ffd8767005cc9b65dfbad1dc1d81981bac2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.03260658 BTC
Feerates: 150.77 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (222,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,234 692,234 00000000000000000009eb8e915b30be53f8f42be36eafda09687b21b620fe2b 2,755 1.00/1.00 vMB 18
692,233 692,233 000000000000000000103109e23c7f44b43e94b5003b388701762d2e178a4e1f 276 0.08/1.00 vMB 13
692,232 692,232 0000000000000000000ddea47530289c9b2753e4a5edf03afed29d21e6b9ac71 811 0.43/1.00 vMB 11
692,231 692,231 0000000000000000000093de90b97e8a87554bfde5e76a89ef7213bd7e426109 176 0.06/1.00 vMB 18
692,230 692,230 0000000000000000000c4e0ea67d5e1a2ace43b6dc8d5be9a74bee120dfe8b30 464 0.15/1.00 vMB 13
692,229 692,229 0000000000000000000e2059b1a78cd2c27e6cb34e52fd6ca08df7ac57f84fd1 193 0.07/1.00 vMB 19
692,228 692,228 0000000000000000000b6377a3f4cb18e6f674605e43732a285f974668a0a787 934 0.40/1.00 vMB 13
692,227 692,227 00000000000000000011df7a77112dac7a5699632fab64f5ed8be76eeb8aae89 1,113 0.63/1.00 vMB 12
692,226 692,226 0000000000000000000562f92eb8daac0960318be71d3ec3e3f94d98fcd93c5e 424 0.64/1.00 vMB 5
692,225 692,225 00000000000000000000c9d1871a5b9f88863d272df4247854c908ea39ee62fc 763 0.24/1.00 vMB 11
692,224 692,224 00000000000000000005cb3e187a093bcafdc708018f24c5ce803be8a38a0680 312 0.11/1.00 vMB 26
692,223 692,223 0000000000000000000449738325b8bcdcdb753beb5aa025f1f426f4f5587d71 1,140 0.48/1.00 vMB 13
692,222 692,222 0000000000000000000ffac8e4ae0a3ff8a58a16772b3b16dc77e5c88bf0c835 1 0.00/1.00 vMB 0
692,221 692,221 00000000000000000000385c7e3c76e0737c1baf9a0f6d0a881bc310ceba7dec 1,582 0.59/1.00 vMB 13
692,220 692,220 00000000000000000005fc1dd2df1c608639d3c6cab8fd4442f908a27a7088d8 74 0.04/1.00 vMB 18
692,219 692,219 0000000000000000000e73ee0d92452d41256bf30f755960259142fc6ba7c295 626 0.24/1.00 vMB 14
692,218 692,218 0000000000000000000e5d7e77f3ba720a87aa44640f527000071019c3eabea6 1,876 0.74/1.00 vMB 22
692,217 692,217 0000000000000000000e227eaa64ff797630f66ee00fdb3cd297116f108095ac 1,116 0.45/1.00 vMB 13
692,216 692,216 000000000000000000000797831bd6cfa7e024bab0714e1ad33b3d4698e55108 539 0.58/1.00 vMB 2
692,215 692,215 0000000000000000000cd9641aac5b093c5b25ea45a27868f3f5128a9c1c1ceb 2,331 1.00/1.00 vMB 10
692,214 692,214 0000000000000000000b03d8980ecdfec5ccff4b229431fef5bb7ab40e4aa838 2,240 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.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.