Loading Tool

Explorer IconExplorer

Memory Pool

78,269 transactions
29.43 vMB
0.07609315 BTC
Random Selection Loading Transactions
Max Size: 177.78/200 MB

Candidate Block

Mining Attempt 7a472d430070589f97fb394d764134f59df8ce1c3cfcb671bfaaea9330cdad8b
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (643,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,011 272,011 0000000000000005c7562381daf69a80c39b634e4946c72701786ad8a2540801 316 0.15/1.00 vMB 38
272,010 272,010 000000000000000608a43d49cb57477b6be790dcc41b01fe190ab9f1e7b9d598 244 0.15/1.00 vMB 36
272,009 272,009 0000000000000001a48cdf9523226a46e31664ec7d73aade388c9ec0467dcf64 303 0.21/1.00 vMB 51
272,008 272,008 00000000000000049a1f73d54bdfb9955a84b4d7112ddb9e9d563f3c91366875 347 0.25/1.00 vMB 31
272,007 272,007 0000000000000006a8cc2af2ddb9cce35218e8cb3567988b35c1e8d882b50b78 1,305 0.50/1.00 vMB 75
272,006 272,006 00000000000000025cec0e6380882a77da83696fbd98a794719dac74b2575b89 872 0.50/1.00 vMB 35
272,005 272,005 00000000000000036ae205cc9d1fcb6796e0491c25c8a9603948130f1d076120 718 0.25/1.00 vMB 117
272,004 272,004 0000000000000004a9180a02ab7dc17f619175ab93ca9738e3e2a6ef784ead08 655 0.25/1.00 vMB 91
272,003 272,003 00000000000000003cbc200e4b1a56decfd90b86fdaee528a402ae459398d23d 137 0.40/1.00 vMB 12
272,002 272,002 00000000000000011bb8aadd445e2e77010075d4c66d3c5be040e0ccd2757f8d 238 0.25/1.00 vMB 15
272,001 272,001 00000000000000005ae2b9dd4ea05866eb5f5e8a8ea54e25a217a9c6bbb5024f 581 0.25/1.00 vMB 65
272,000 272,000 00000000000000050a89e2ffb28757d35e14615f23b981eca68906c8c71f65f2 1,239 0.50/1.00 vMB 58
271,999 271,999 0000000000000004f8aab219c8407be1bf1107b482fac7f72cb9b73f3a2b2e4e 909 0.45/1.00 vMB 51
271,998 271,998 000000000000000122ccc8f57f048d3b382e51393d0857d5f3502188def3f4b2 2,068 0.90/1.00 vMB 53
271,997 271,997 0000000000000005ce03135a69473159cfd997a5cb3e3645f7000724767e1841 694 0.25/1.00 vMB 108
271,996 271,996 00000000000000050c594f5e88b43bdffa80bf5c5bd4c501242a4dab4d017d87 756 0.25/1.00 vMB 54
271,995 271,995 000000000000000105b9051186213a6c232a7083e6919aafc2347c3b780b170e 1,494 0.50/1.00 vMB 64
271,994 271,994 00000000000000031a10074c25be581cd6e9bba572e294641803b4a47511d104 648 0.25/1.00 vMB 150
271,993 271,993 0000000000000005a8aed199d6a350f8fa073e9d55bc11c7d408b6c7ab872829 81 0.11/1.00 vMB 14
271,992 271,992 00000000000000046ff3ef6f6040a66ddfa08df5a4725dfb87f4670a8b8ca84f 900 0.35/1.00 vMB 49
271,991 271,991 000000000000000279b19acfe9bee18e375bbbecb16a6b354c760b082021e040 743 0.25/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.