Loading Tool

Explorer IconExplorer

Memory Pool

36,982 transactions
15.15 vMB
0.09578223 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 86.87/200 MB

Candidate Block

Mining Attempt 86e83c9d409f4c62dcffde91b5ac465c4ff604dc01213d61a15a554dde77412f
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root f3485764dd39c22b2c7b39764e1085a11b6c0434491b2552b4d56b806eaacbd7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,253
Size: 1.00 vMB
Total Fees: 0.04312359 BTC
Median Feerate: 3.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (784,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,104 129,104 0000000000000049ac52b61c7b53cff7d8210fc9781a5291a91a80d246f1c1e8 127 0.04 vMB 1,094
129,103 129,103 0000000000000de91d9ac36453d00a99a8492da195c35fae7904f8a30a6587c9 149 0.05 vMB 302
129,102 129,102 0000000000000c2e751275a4b5a275d2d370e0fcb23b7650f8138b2b4edd7c1a 8 0.00 vMB 1,193
129,101 129,101 000000000000084db654528e237561d9d9f96059421aab2546d6a297aa4a1f9a 274 0.10 vMB 251
129,100 129,100 0000000000000d2c60ba7301526c95eea1e821e464013e8db08efc7f1088503a 23 0.01 vMB 2,009
129,099 129,099 000000000000005fcf5a7011fef2cfc284d6ba5b3ec37242fc31ea6be695ef4d 51 0.02 vMB 89
129,098 129,098 0000000000000d8f24bfe59888e68dfc3e6df8fb1e3e90863530b244de584f1a 48 0.05 vMB 1,381
129,097 129,097 000000000000166f255ba11d0daf60f5dd5c6b822f7fa17886a97a50bdb7b64a 17 0.01 vMB 1,157
129,096 129,096 00000000000015ba455d58510c9499271bd301150fbba24d56aeee9a0af082c5 11 0.00 vMB 591
129,095 129,095 000000000000150d31574bfea7f0fd3494a68cb3020c5b743d602ae7aa5c0844 49 0.02 vMB 1,371
129,094 129,094 000000000000029c832e43f8d6e52c9c9827721db05fde37e4452838b5d0e39b 23 0.01 vMB 246
129,093 129,093 000000000000182114712298524b5ab33fa35b0f50e73657e97071a23cc34b4d 10 0.00 vMB 2,014
129,092 129,092 0000000000000750ba7dc39797b75c1b62561088d99a117861057961f6cf06c5 53 0.02 vMB 676
129,091 129,091 000000000000174a4182b72fa0336ceaa06c6fa840263b35f7b8ee2a508ad254 108 0.04 vMB 507
129,090 129,090 0000000000001af839037b9346cc6733d03e713632755bc517ae7f93f2150e9f 59 0.05 vMB 941
129,089 129,089 000000000000058b30d244258135057b807ce74411cb5a55bce89e06a4408e0f 3 0.00 vMB 1,892
129,088 129,088 0000000000001d2a26dd846e5c2302fee6e21b91c1e226f6e4023056c56e5cea 125 0.04 vMB 1
129,087 129,087 00000000000018f2cafa810594c4ea47816767ab06a2225f9ee6598eb9218038 39 0.12 vMB 826
129,086 129,086 00000000000011a6b1a48fb6a6dcc87b71f00cc93b9a88cd6e11ea4e13eb9d7c 11 0.00 vMB 1,956
129,085 129,085 0000000000000c6d6dd5b16d01ab914c500cf615ae93627ca518e655ab121d22 12 0.01 vMB 718
129,084 129,084 00000000000017311781b58f1e2fe13d2b79c9a4c7a47185060cab692a735a78 19 0.01 vMB 566
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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