Loading Tool

Explorer IconExplorer

Memory Pool

35,427 transactions
27.98 vMB
0.06018867 BTC
Random Selection Loading Transactions
Max Size: 140.15/200 MB

Candidate Block

Mining Attempt 2144d7e6f83f491ea6b3865ec7414e2de6d3e4ed0999f93af90e8bb28703724f
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 21664beae8775db2b48fb50f49d2a606b506b0ecf42b0101930f4f20c9b13d95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,977
Size: 1.00 vMB
Total Fees: 0.00671159 BTC
Feerates: 106.68 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (848,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
66,156 66,156 0000000000513a50edcfbc8fdf297717dfa20a9632d259362b0eab999036fabc 2 0.00/1.00 vMB 0
66,155 66,155 000000000008690ada906f8939342df2969006dcb6be0979ece32d2428a8b24e 3 0.00/1.00 vMB 0
66,154 66,154 000000000067fb57b70c3f233170c735db3bf97d8ec3c7938a051e8d577720d6 1 0.00/1.00 vMB 0
66,153 66,153 0000000004db6bc621f87b60eaf55d0069e415c431bf2c5a3e566b5e6f318998 2 0.00/1.00 vMB 0
66,152 66,152 0000000002ac721909c64d88478cf9e59cc76882bdb1b6ddf65384d584137063 1 0.00/1.00 vMB 0
66,151 66,151 000000000015c612956ff6a8469fe181bb98abbed6fc4279c4849113c7d8a92a 1 0.00/1.00 vMB 0
66,150 66,150 0000000003f0f698c7e78c9f568f79add74c6ce46085272ec4d8739636cc02f6 1 0.00/1.00 vMB 0
66,149 66,149 00000000056f5cd1579b920d6c46bed450d61f13a9677b3940af80b0c628e51f 1 0.00/1.00 vMB 0
66,148 66,148 00000000028b15c57e1827008c1f35dc98ae27a2b44c18c71cece2f1e935e725 4 0.00/1.00 vMB 0
66,147 66,147 0000000009ad619e467476bbf55b8014434d491f8b860d1e0f0888a685223708 7 0.00/1.00 vMB 0
66,146 66,146 000000000434cfe9bb6872f7241bd962871448ad209b1c1987164b475025e7d0 4 0.00/1.00 vMB 0
66,145 66,145 0000000001d4ebff816f27de25884b56ddd4d86776dd8854d30b3879fffb748c 1 0.00/1.00 vMB 0
66,144 66,144 000000000a8fef39418f6d613a22dd51ab471f5a33fb1ac83475475efaaece73 2 0.00/1.00 vMB 0
66,143 66,143 000000000057f0fc9592ee2191cd590de5b309bfae0c00f6087a6c99b2f4157c 3 0.00/1.00 vMB 0
66,142 66,142 00000000048bf6d741bf866f47218d5a69ba565b53e27da0e67b22aed9c44748 5 0.00/1.00 vMB 0
66,141 66,141 00000000023fa4596b8a574d14f842a582c746245d6981d80529f3a732341413 1 0.00/1.00 vMB 0
66,140 66,140 0000000002e6d473a3d04117ab62d469bba0de4622c6e70b793839756b207dc4 1 0.00/1.00 vMB 0
66,139 66,139 0000000005a1656a8a6891d3e4d0d161799658a1d9a5d31b43f1ee184b1780f1 2 0.00/1.00 vMB 0
66,138 66,138 0000000004ab3a614bc74c42ab9de03b39780a6dbd43388a0aca1f3e56f2ffeb 4 0.00/1.00 vMB 0
66,137 66,137 0000000004dd24f51393d47236319d472c6e7b7a6d1b59c196563e67efc5e09a 8 0.00/1.00 vMB 0
66,136 66,136 0000000006d807298c7b0a19b301182c84243f6ea41c930c6b0855b1bc9cff71 8 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.67 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: 627.78 GB
    • Received: 11.75 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.