Loading Tool

Explorer IconExplorer

Memory Pool

89,248 transactions
24.02 vMB
0.07971625 BTC
Random Selection Loading Transactions
Max Size: 160.32/200 MB

Candidate Block

Mining Attempt dedd9a48d8582cd20c48b291ffb229d5f77705e5b2bda45dfd38c8727a9d83b3
Version 20000000
Previous Block 00000000000000000001de52977c8fd8e2f681aac7b32768fea1e48221c38841
Merkle Root 0e58a1a77564712522a67c90a7745d53f65eb0baae0f1ac6f8321e724f55fd19
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,630
Size: 1.00 vMB
Total Fees: 0.02325179 BTC
Feerates: 313.32 > 2.33 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,106 (811,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,315 104,315 000000000000b0586cd6cb9f3cd9cc64153af234988025125753e47aabc1b7f7 3 0.00/1.00 vMB 0
104,314 104,314 00000000000151d78b2a211c8bf827ae8165ec16c94bd32518759af5a71d14fa 1 0.00/1.00 vMB 0
104,313 104,313 00000000000325e34e2532d9efe5955ac011b1bd440fc0882fae4436b7f22955 4 0.00/1.00 vMB 0
104,312 104,312 000000000000ebe07a696e4d6abf0c0c18113747f099ce556c97b3a0a83a1450 2 0.00/1.00 vMB 0
104,311 104,311 000000000001daa30f5f5f7cc5fce6252a54d62f53a3175cfda458128a34db10 2 0.00/1.00 vMB 0
104,310 104,310 0000000000003ec99a784f83d7f0d40449df96c6b2ae8f70eb78301a3cc367c9 9 0.00/1.00 vMB 0
104,309 104,309 00000000000114a92b42b26b40e6ef1941412757f4019799967324fc7239e8b2 8 0.00/1.00 vMB 0
104,308 104,308 000000000000d147b761792f7eaf3ec239d8a30ec3afd96e2c5bd519234f812e 27 0.01/1.00 vMB 0
104,307 104,307 000000000000d24a3eb32df0e4da17488118aa7f5b310dcbc8c7b4a7bec79e84 3 0.00/1.00 vMB 0
104,306 104,306 0000000000033e74570778b13585ecc7427e69ef79805f96ec5c72a52164f5e1 7 0.00/1.00 vMB 0
104,305 104,305 0000000000001b3c9657486e85f45369a1ee5876db59cdac2512f216a608dece 12 0.00/1.00 vMB 0
104,304 104,304 000000000002b8e7c5a3e4ee669293533bfc0122a9302f4e834cd726af193477 11 0.00/1.00 vMB 0
104,303 104,303 000000000003257c18cd6b75675e3d8d04d0512cb00e9bf17ecbe2a97672a12e 24 0.01/1.00 vMB 0
104,302 104,302 0000000000004d0c5c8cc4990a84c71f81816b9d3158e19838810c4fae240358 2 0.00/1.00 vMB 0
104,301 104,301 000000000003171818aff2c702accb7dad2438db83d5731d7153cd777b681eb5 3 0.00/1.00 vMB 0
104,300 104,300 0000000000007508eec44c56480dc0bcb2d55e754e7f09aa090987839c73874d 3 0.00/1.00 vMB 0
104,299 104,299 0000000000008fc128ceaf3bb8f178b37350328b5302745eafd93672da1acec5 5 0.00/1.00 vMB 0
104,298 104,298 0000000000036e022dc5065bf7635c7ca32f9fd5536548600416402e93a7dd66 1 0.00/1.00 vMB 0
104,297 104,297 000000000002ac7867daee2e5e1952ed1fb45276154a65a5fc8dd40257c722b5 4 0.00/1.00 vMB 0
104,296 104,296 00000000000226865bc60a0e6bf97ce46e9ff9d348a5f9490b29e752d0e873d6 7 0.00/1.00 vMB 0
104,295 104,295 00000000000320b761f7e72c3adf0318d8e55a9868766cfbcce8e3eaec1103dd 9 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.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: 815.56 GB
    • Received: 24.23 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.