Loading Tool

Explorer IconExplorer

Memory Pool

50,124 transactions
23.62 vMB
0.08479305 BTC
Random Selection Loading Transactions
Max Size: 131.42/200 MB

Candidate Block

Mining Attempt dbc3d4c94025d840658db517817eec491b528b602ab4c172649fa45b0f056d9e
Version 20000000
Previous Block 000000000000000000014516557c854fec17fbaf794bccb8a8de27105c4d6b52
Merkle Root 1ad142415a1051a2666ca9cb790bde5e5f54e0204d43633aa090908d7080fc50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,866
Size: 1.00 vMB
Total Fees: 0.03520190 BTC
Feerates: 641.71 > 3.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,002 (831,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,807 82,807 00000000001c6a1b4df05a1dbc0e0c370e39cf549a5fdecf230252be707e21e0 1 0.00/1.00 vMB 0
82,806 82,806 00000000002f755d012022f1094314d294dd31c04260e15fe81633e65ad4314e 3 0.00/1.00 vMB 0
82,805 82,805 000000000009b7f4333c54458faed2dc3276ac33374eb87a56a5319f57248bdb 1 0.00/1.00 vMB 0
82,804 82,804 00000000000c67eb6384c96818b9e0d4e39bb272bad383c9316e9a72e5e2dbb9 1 0.00/1.00 vMB 0
82,803 82,803 000000000003a8cea2d24ab21fd8966a9e27fe2b53ba69adaf3efe11bead6355 1 0.00/1.00 vMB 0
82,802 82,802 00000000002c0f03c58af8a0fbcc37b5b13cc09d6e523db57c8fddefffb114b4 2 0.00/1.00 vMB 0
82,801 82,801 0000000000213efdb31e795b94b5bab3dc56eaa5ce792696eccfbe7657b93276 10 0.00/1.00 vMB 0
82,800 82,800 000000000020e047993c68848ed644e3deb5537135e9602cae7b8f176dd9737c 1 0.00/1.00 vMB 0
82,799 82,799 00000000001cacc79c0513c4266ec5ad20dddda1052b3f5a4e8e1017d93a518f 1 0.00/1.00 vMB 0
82,798 82,798 000000000004d1e27bbebf0e06e067f69feb2c883ea3a1cc2a4a924f488b6c92 1 0.00/1.00 vMB 0
82,797 82,797 0000000000316fa78faf191cefd6a0f0ba13178cc2e16e05971aeb239d3dbb34 3 0.00/1.00 vMB 0
82,796 82,796 00000000002e173fcebd298ae4d8e9e85402c8f6a72f0f8726a294d30a5b3135 2 0.00/1.00 vMB 0
82,795 82,795 0000000000278d295921d2c1c7391f112dd2327fa739db697bb1d70a4e7e633a 1 0.00/1.00 vMB 0
82,794 82,794 000000000023455772bcda6d5ae591f71377cc5a9a7fe2c2e0a275c0eda499e6 1 0.00/1.00 vMB 0
82,793 82,793 00000000000348dd3962c10e5e1cf588816c89bccdc30d4bfb8cfa925ed140aa 1 0.00/1.00 vMB 0
82,792 82,792 00000000000d822530b1f3d6b3c70a5d515d673361c99cb5805b0385a27bfeb9 4 0.00/1.00 vMB 0
82,791 82,791 00000000000aa792173505c4f741a3467b63b9c677bc290ae3560aad18db963b 1 0.00/1.00 vMB 0
82,790 82,790 0000000000095f71be526f18b82ff765f0538c911315f75d89d6a91de4d3407d 1 0.00/1.00 vMB 0
82,789 82,789 00000000002bd6b1a359e8c078f482edceb38be91ce42e52997f39915d1edaad 1 0.00/1.00 vMB 0
82,788 82,788 00000000001724d840683cc1d845c060120a14c9668ad8152a0b4eba3fe5e11b 5 0.00/1.00 vMB 0
82,787 82,787 000000000002afa008d8493db8cb79743a5c6c672df763582a3d0e1013619226 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 543.38 GB
    • Received: 6.29 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.