Loading Tool

Explorer IconExplorer

Memory Pool

25,338 transactions
12.38 vMB
0.03739014 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.66/200 MB

Candidate Block

Mining Attempt 3ab88eb52d4781ca176bb376d8ca9ee45688721f96ec0d37137cb646e2dd5724
Version 20000000
Previous Block 00000000000000000001268a19f99a88ed20e383fadd73cfb09cc0cbd48307e2
Merkle Root be28a3c739763f34fc2b95f8910357dca965c4cb7eecee41bc152adaa0935b0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,172
Size: 0.99798125 1.00 vMB
Total Fees: 0.01384187 BTC
Feerates: 40.21 > 1.39 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,652 (784,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,762 128,762 00000000000006088ce534384eae755008d32782717ca0bb7446d74910212d71 6 0.00/1.00 vMB 0
128,761 128,761 0000000000000fc1e685d737e3f174b1481352a4d5c0376b57d6ba867cad35cc 9 0.00/1.00 vMB 482
128,760 128,760 0000000000001fa14e0e8a20fcacb0f3193164d73f99a36d0a98b17208b48620 20 0.01/1.00 vMB 1,105
128,759 128,759 0000000000002340980cacf5ae6c6290ed5ae9a4b97573bfcb396e1687bf811d 10 0.00/1.00 vMB 852
128,758 128,758 0000000000001fb98266918744ddbc6513549b2179cf5343937639f995b81e3f 19 0.01/1.00 vMB 736
128,757 128,757 0000000000000c933634d6b8706cc3552848c48b058395840aa337566e8077c2 12 0.01/1.00 vMB 991
128,756 128,756 00000000000025389035c18033d54f0a32b8534dcaa66f316e4a7fa3733e4df1 15 0.01/1.00 vMB 878
128,755 128,755 000000000000000a07a93ecce01ec03eed7b5c09491020c3f9ef77df6f49d238 5 0.00/1.00 vMB 1,002
128,754 128,754 00000000000013092ba471670b2f33ceb6089fa6159d5e2ad285671ca1eaec77 16 0.00/1.00 vMB 0
128,753 128,753 0000000000001bc799637b7ede817c8b625cf5ebe5a8dfab9c506b7e8a13e69d 34 0.01/1.00 vMB 853
128,752 128,752 0000000000002244491ccefb4bfbf80f7b6b38c90b56ed3d09ec0dc5f81d5fd0 18 0.01/1.00 vMB 1,178
128,751 128,751 0000000000002500c671a25b9467a3c556ae43207261c7030af020334e3250cc 4 0.00/1.00 vMB 2,003
128,750 128,750 0000000000001e5595c239517aa0f98606ad9f178ee41754beffec30d4bcee2d 9 0.01/1.00 vMB 748
128,749 128,749 000000000000261beafdf74719ae2e1640682cc5539589b562aad198659c6885 6 0.00/1.00 vMB 472
128,748 128,748 00000000000009a65c1bb60486581fc7f130358d8358ec335e5d73dc62827167 10 0.00/1.00 vMB 353
128,747 128,747 00000000000023f7780cab06f1a8532d0592893277789ef7761c364fe3c02242 17 0.01/1.00 vMB 589
128,746 128,746 00000000000024432e526e7f900a252ade1bd15b667cf4b4306c7c071567153d 6 0.00/1.00 vMB 680
128,745 128,745 0000000000000a8df160e79bf2a611bdedb7729c8be23e3c42499279ec319239 80 0.03/1.00 vMB 639
128,744 128,744 000000000000091d62d320e084c6d745dcb0094d3215ea33f72f899adb7902b1 169 0.06/1.00 vMB 366
128,743 128,743 0000000000000832097c022f5d0a6b2fdde8fa2f087378c823fed24a89e1ca63 85 0.03/1.00 vMB 1,880
128,742 128,742 00000000000009d1495757f781fb75e0a16fd6f14bcaa7a5aff0a9beb748a53a 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.00 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: 477.51 GB
    • Received: 3.09 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.