Loading Tool

Explorer IconExplorer

Memory Pool

73,241 transactions
27.13 vMB
0.06162228 BTC
Random Selection Loading Transactions
Max Size: 165.72/200 MB

Candidate Block

Mining Attempt bcdcf94d213b6ba104b040d4c9f9ef586ea40e144129398127a184415f89bb17
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 11b4cb09879ca011b742a190c83cf0fea8339f6470a7ac5f40f70cc095c3a36d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,000
Size: 1.00 vMB
Total Fees: 0.00412540 BTC
Feerates: 84.38 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (47,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,642 867,642 00000000000000000002d5ebd9d1a8ae40efd1cdd5b742f1ed61f1966764ed31 4,240 1.00/1.00 vMB 2
867,641 867,641 00000000000000000002591cee74e0be357f6b5bed009e8d4764212d3866d3b9 1 0.00/1.00 vMB 0
867,640 867,640 000000000000000000026b07427ef02dfa97286ac100de2b426770cc8b169212 6,313 1.00/1.00 vMB 2
867,639 867,639 000000000000000000029d4f709e3a1a8a25a7b3a9eab2b61f3eff1594ab3eb1 4,358 1.00/1.00 vMB 6
867,638 867,638 00000000000000000001f77fe80f20410d583ad2ba893132070edfe00da1ae1a 5,900 1.00/1.00 vMB 4
867,637 867,637 000000000000000000026d3a91a6c21e364fedfc2d74b6002de3bb97b5ccac84 5,358 1.00/1.00 vMB 4
867,636 867,636 00000000000000000001fb1b1f10cecda8f2d59112b4f991a02188fd820c3a39 4,830 1.00/1.00 vMB 3
867,635 867,635 0000000000000000000036b14c4048e50a588fbaef2543b6432647832d1c20d0 2,855 1.00/1.00 vMB 8
867,634 867,634 00000000000000000001251ca4509fc6a0073ef720f12d8eafa60600ef226481 6,944 1.00/1.00 vMB 2
867,633 867,633 000000000000000000016ed8bb6cf6f4d286bf80c00ccfe422cf2568447422df 2,847 1.00/1.00 vMB 5
867,632 867,632 0000000000000000000159a7512f675a74378d204faa79663d7ef535ce17017f 4,063 1.00/1.00 vMB 3
867,631 867,631 000000000000000000016b649cdd8e4fe77f19483a20b344382f5420fe3951fc 3,384 1.00/1.00 vMB 2
867,630 867,630 000000000000000000002b7378949dc6de643034edbe93f970f0646aec7ee6e4 2,406 1.00/1.00 vMB 7
867,629 867,629 0000000000000000000188f25f1e92fc64197b2c1171d51d82dac0462438063d 3,113 1.00/1.00 vMB 10
867,628 867,628 00000000000000000000efe2d8a922a14cc8de9bf40068b74508aaa0f5ab5cf4 4,982 1.00/1.00 vMB 3
867,627 867,627 00000000000000000001e87eb20304b12c4f17ff0ee2d5474d10535f10c045f7 4,579 1.00/1.00 vMB 4
867,626 867,626 00000000000000000000fd7a60fa6d4bc2cc485b02d048363f0e3777186c646d 4,537 1.00/1.00 vMB 3
867,625 867,625 000000000000000000010db28d1376c4db512b17bf1f6b7e25d71f4a5d3fccd3 3,611 1.00/1.00 vMB 4
867,624 867,624 0000000000000000000223c5e0426f3bb03af239eea3fec3c05791930636547f 4,690 1.00/1.00 vMB 9
867,623 867,623 000000000000000000009a9943f65005c684c7fc827d797faa53c813fa6550fe 4,267 1.00/1.00 vMB 6
867,622 867,622 00000000000000000001cf64e799f3d3f57e96c5c075e49ab1c241bdde6f9300 7,744 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.89 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: 713.36 GB
    • Received: 17.36 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.