Loading Tool

Explorer IconExplorer

Memory Pool

72,728 transactions
28.11 vMB
0.06383012 BTC
Random Selection Loading Transactions
Max Size: 166.68/200 MB

Candidate Block

Mining Attempt ec70e7fed07454ab0310f68509066fe06b93609fc29cfaca25b48d0f5259ae4e
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root d1a432906ba5d0b8bb8ba1be1fd48a58cdfc7b41a1783d8bfe5969e11d53751e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,400
Size: 1.00 vMB
Total Fees: 0.00751802 BTC
Feerates: 40.21 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (349,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,215 565,215 0000000000000000002d7c26237200d15baae13e7524a1933e69e71bfa84a3cc 1,868 1.00/1.00 vMB 23
565,214 565,214 000000000000000000241664df3d18708c11d9121c6e30dff120d20bc2c05c51 3,147 1.00/1.00 vMB 37
565,213 565,213 0000000000000000001aff9ccd83cd1dad0fc478d0d9a986254473daaa459141 3,079 1.00/1.00 vMB 34
565,212 565,212 0000000000000000002a0301549c9ddb5e963798f2ad647dcd39c1ff50e4766e 2,853 1.00/1.00 vMB 39
565,211 565,211 000000000000000000095d1febe8ca819fff2300d7905cd276a557204e7b6114 2,556 1.00/1.00 vMB 29
565,210 565,210 0000000000000000000a3d9dc891a4086e6c0ad7c5588e08f862ed374b589c82 2,081 1.00/1.00 vMB 23
565,209 565,209 0000000000000000002b283bf2a7dcd00221b73e74e1a557848ae7c0c229626f 2,780 1.00/1.00 vMB 35
565,208 565,208 000000000000000000146f6e0e57015218716ca173360960e108b28b00c14505 3,079 1.00/1.00 vMB 50
565,207 565,207 0000000000000000000c00370727f91d47edc5fabf1e4817536b8f1af93f02e5 2,622 1.00/1.00 vMB 55
565,206 565,206 00000000000000000017fe3feb9b84ce261e212ca5de9ee3dc55d26d6b133a1a 2,731 1.00/1.00 vMB 33
565,205 565,205 00000000000000000019fdb787b646be59c3badf36c3b514de560fbc2fee948e 2,785 1.00/1.00 vMB 59
565,204 565,204 0000000000000000002d0034a903e8cf555db1e6b844955f7b06d651cc7e9a16 1,669 1.00/1.00 vMB 39
565,203 565,203 0000000000000000000814e3ed889158592e5031ac536b23fe3404a7348afa14 955 1.00/1.00 vMB 89
565,202 565,202 0000000000000000000c7e127aa5fdaf22263960de5a70e4950b5ebb44fa3f29 1,965 1.00/1.00 vMB 16
565,201 565,201 00000000000000000022b93146b9a4c75c1b05a72a9929c4e30156fc2cf5e40a 3,130 1.00/1.00 vMB 39
565,200 565,200 00000000000000000010759de536070b72a3c403a10f8ef7e79b0ead1de380b4 2,911 1.00/1.00 vMB 33
565,199 565,199 00000000000000000023dd97fb4691ca6581b7687afe0c912c1a706b50e8b68b 1,939 1.00/1.00 vMB 20
565,198 565,198 000000000000000000077bddf8b9a9e6e6a68cad26b186d71aebf5690401570c 3,130 1.00/1.00 vMB 23
565,197 565,197 00000000000000000021f6056a67d79ab821be048a1dc61a71e3d7f796273cdc 2,623 1.00/1.00 vMB 49
565,196 565,196 0000000000000000000591ee96f591674eb83e97a1a9770eb7e6f8be37493255 2,998 1.00/1.00 vMB 9
565,195 565,195 000000000000000000125fdce8ea6fb8370de6e0ca813d983cd557732a1ab0d1 2,054 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.