Loading Tool

Explorer IconExplorer

Memory Pool

42,397 transactions
28.92 vMB
0.12772867 BTC
Random Selection Loading Transactions
Max Size: 148.94/200 MB

Candidate Block

Mining Attempt d248d0087a4b3a7157a587fa8c0eea059f88a7bc97af7fdf587dcded31d6f4f1
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root 8aa96f2ae96fb8565652f766d2cb6a74afd9e54d80ce119e08784cd5de8b406b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,440
Size: 1.00 vMB
Total Fees: 0.05621006 BTC
Feerates: 402.11 > 5.63 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (863,632 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
50,640 50,640 000000001464f44ebadb6a3650e801c3f7ad321f609aa9e4b4e75e1dae72395c 3 0.00/1.00 vMB 0
50,639 50,639 000000001cb927c140f69fc3097c69c5dd6f99d9970c6e4a9cd641ba30f76877 2 0.00/1.00 vMB 0
50,638 50,638 00000000051a6693bfce20f5226a217c42d9c92b41a8449085dbb97a9265f750 5 0.00/1.00 vMB 0
50,637 50,637 0000000001071cc8060d975ad4d6c1f7d5ab425342d57f8f1390fea0e257d0d7 1 0.00/1.00 vMB 0
50,636 50,636 0000000001f94fd2613b6d52e3206819459eebecb35b63a2ee75aa6aa0c10b2c 1 0.00/1.00 vMB 0
50,635 50,635 0000000004ffd75bfe5ce59b21ae19c16463e393a52d3d49315b4bdf751589f2 2 0.00/1.00 vMB 0
50,634 50,634 000000001865bb0f436e03b616beb453291be5388ba96382e73e63410307be56 3 0.00/1.00 vMB 0
50,633 50,633 000000001045b1d6287f271396eaaba85df39d247b87ca1cf0b7ed88770c8433 1 0.00/1.00 vMB 0
50,632 50,632 0000000015f9bc2d555da37d7d99b04e6048ee6a70a3b55fa782dc5abd6ecb28 1 0.00/1.00 vMB 0
50,631 50,631 00000000203afb69cc1df49b3b70aac292be31b3dc8e374097a412bd67899044 1 0.00/1.00 vMB 0
50,630 50,630 000000000419bb3196bbb62fddc13cd41ce04989d45c39ca628d39d9546b8e0f 1 0.00/1.00 vMB 0
50,629 50,629 0000000005cc816db837f11dc392370afc7e5c01160f478457398fd00fdd8cd5 1 0.00/1.00 vMB 0
50,628 50,628 0000000001c5bbe928d7e82f27e052a49c64a0cb45565150047ff857455e4f06 1 0.00/1.00 vMB 0
50,627 50,627 0000000016c7d9c6a0fb5753ec09fcf7dd6f43a4350634d8aa384fc23fcf7b4b 1 0.00/1.00 vMB 0
50,626 50,626 0000000015aee21d4abc459b7814c6d2668b5bc1f36e482fb2c604191dfc422e 1 0.00/1.00 vMB 0
50,625 50,625 00000000107eecc684c37e250b9285e955f537019a89d6eee8d1d1eb455d45ca 1 0.00/1.00 vMB 0
50,624 50,624 00000000048b265078286c1f1f07273993a8c1546d85005986222678b7079706 1 0.00/1.00 vMB 0
50,623 50,623 000000001d0baf2567c09436e841e95a2ac194e49e019f91772c108b6220a06e 1 0.00/1.00 vMB 0
50,622 50,622 000000001573f9b133a5cc7ec42f8eb65458702b06d390afc6038ddf424af14d 1 0.00/1.00 vMB 0
50,621 50,621 0000000016d4ee8399829889241763c9731b09457d4a950d9dade653f0664920 1 0.00/1.00 vMB 0
50,620 50,620 000000001052e8a48e2cc721372cdb38346adbc3f5cc35236207632d57ff4364 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.08 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: 578.39 GB
    • Received: 8.77 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.