Loading Tool

Explorer IconExplorer

Memory Pool

88,860 transactions
33.19 vMB
0.19792464 BTC
Random Selection Loading Transactions
Max Size: 199.96/200 MB

Candidate Block

Mining Attempt e06780db0ebdca736de2dcf47d7885cb5839fbcb566ad4579be2058f7d91b853
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 08834c6bdb2329f145ac76cb9158990b2ac87c989a110e8ba0df03834fce923a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,915
Size: 1.00 vMB
Total Fees: 0.08709910 BTC
Feerates: 387.56 > 8.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (96 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,857 914,857 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6 1,947 1.00/1.00 vMB 1
914,856 914,856 00000000000000000001307f1998b9f9a4e8679a9c05e963893a3b9aa72c63eb 3,614 1.00/1.00 vMB 2
914,855 914,855 000000000000000000007fe229bf7aea523707cefab0fcb77bac6036c091254d 3,075 1.00/1.00 vMB 2
914,854 914,854 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d 3,143 1.00/1.00 vMB 3
914,853 914,853 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17 3,280 1.00/1.00 vMB 5
914,852 914,852 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0 2,081 1.00/1.00 vMB 1
914,851 914,851 00000000000000000000ee19fd1fc6daa41208fed40c0446b5ee329643f5e725 3,215 1.00/1.00 vMB 2
914,850 914,850 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6 3,106 1.00/1.00 vMB 2
914,849 914,849 000000000000000000004a04b56353e1c4144147bb5d0cb234159c18fdd6370a 3,397 1.00/1.00 vMB 5
914,848 914,848 000000000000000000005305ff331788dce4fd0d1cb306269ddf5357d0752558 1,725 1.00/1.00 vMB 1
914,847 914,847 0000000000000000000019e52e62c4af9ec65c220889a77c9eccd74d5750afbd 3,289 1.00/1.00 vMB 7
914,846 914,846 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe 3,191 1.00/1.00 vMB 2
914,845 914,845 00000000000000000001e2f6cc79a94b021bd37a0344a4c1171fa288fec3bf95 3,112 1.00/1.00 vMB 6
914,844 914,844 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4 3,229 1.00/1.00 vMB 4
914,843 914,843 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85 6,529 1.00/1.00 vMB 0
914,842 914,842 000000000000000000009b1a7ee2d4641d9abb30f5f9c725bfa883663463f7a1 1,853 0.54/1.00 vMB 5
914,841 914,841 00000000000000000001062e61f060b48ed5c5e8a69516a4e7eb4bbc1d3cb176 3,797 1.00/1.00 vMB 2
914,840 914,840 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1 5,383 1.00/1.00 vMB 1
914,839 914,839 00000000000000000001756a5e3521a37c963c8268a5fccbe0ee3f5cf5eba3b4 871 0.30/1.00 vMB 3
914,838 914,838 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705 3,385 1.00/1.00 vMB 2
914,837 914,837 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec 1,242 0.44/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.31 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: 660.11 GB
    • Received: 14.62 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.