Loading Tool

Explorer IconExplorer

Memory Pool

36,076 transactions
26.04 vMB
0.06741369 BTC
Random Selection Loading Transactions
Max Size: 132.87/200 MB

Candidate Block

Mining Attempt efdf731d5445dfef79e2975bb62a029b59f884c3b7436f5d5360af0005fe34bd
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 4cc7fdb79f8714803e77b595b088c9b01964a38655a7328bc8f5ae8d4396a12c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,465
Size: 1.00 vMB
Total Fees: 0.01950626 BTC
Feerates: 152.71 > 1.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (799,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,000 115,000 000000000000e58392f3b59350e72cdaa81655460a0bd5547319522702799993 5 0.00/1.00 vMB 3,875
114,999 114,999 00000000000077bd10e83210feaebdafd89ade90d80f0bd219e28c550718c7fc 13 0.00/1.00 vMB 815
114,998 114,998 00000000000013c69bc2ea800c7c424ee5fb660a778278fb4f8a1895b205ef14 4 0.00/1.00 vMB 2,093
114,997 114,997 0000000000002f2a3cfac57bfac17b536da256fa78137b023597bbba52523229 10 0.00/1.00 vMB 0
114,996 114,996 00000000000054a2c21ffb2363b1357f1472b2314bbdda0f06bf21ae2b4be085 5 0.00/1.00 vMB 0
114,995 114,995 00000000000021eeb9a336d716aa593556af9fbaf5aa791ad42b9d512b5aba1d 12 0.00/1.00 vMB 1,100
114,994 114,994 000000000000a5f1b02fbf66f80ff7aa410f57495b5bbff49d85db15d52ff323 13 0.01/1.00 vMB 226
114,993 114,993 0000000000005f2358af1ccae7afeec86c7a33fe39ef4a59fd589e5afd9be4d8 6 0.00/1.00 vMB 3,358
114,992 114,992 0000000000009781487e6ffb1853314d531d0a914b4bf203a4108c2da1837c48 66 0.02/1.00 vMB 486
114,991 114,991 000000000000a8a6faa7fa8e7844adfc55de05183c96bee72987fdc6a0e695e1 7 0.00/1.00 vMB 2,134
114,990 114,990 0000000000000b78e290ea96b248ae6fc6112a1c0558125284df6a312d9bafd1 20 0.01/1.00 vMB 1,223
114,989 114,989 0000000000001d81b0e2a4c7444ba15dcada774dc28d005c306a907e29903219 7 0.01/1.00 vMB 1,300
114,988 114,988 0000000000000fa14ac2db800bae8b96d60b0d8e4bc0407824206b52e0c86d23 8 0.00/1.00 vMB 0
114,987 114,987 000000000000e668479d6ab0ff21a2c01e65776f256c5ec0523a4ad501e5dfcc 1 0.00/1.00 vMB 0
114,986 114,986 0000000000006c4d729e6eb77db824dc1a52e367558ee7cd7e161d5aeaf6e979 10 0.00/1.00 vMB 0
114,985 114,985 000000000000b72249d78c3567e6beae77f55ba73c354b34a369f054aa619e1a 9 0.00/1.00 vMB 317
114,984 114,984 000000000000302b38361230c888e834468103175de01155d13b668c64a432a0 10 0.00/1.00 vMB 0
114,983 114,983 000000000000bc0929e73a55339679d7e64d85641c0d9a569f383f0b53262eb4 16 0.01/1.00 vMB 790
114,982 114,982 0000000000001db8e01861ebcddd1ad37bdca4d0d968e5d45c1101f3b5ba987a 12 0.01/1.00 vMB 594
114,981 114,981 000000000000bba51fb69769bd42bcbd20208f3c5da674c2752e796e6e40b9bf 7 0.00/1.00 vMB 0
114,980 114,980 00000000000075aaa73b7686c144960d9290d465c0d2fe824db9e5280e3230b7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.42 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.