Loading Tool

Explorer IconExplorer

Memory Pool

33,881 transactions
26.38 vMB
0.05454832 BTC
Random Selection Loading Transactions
Max Size: 132.46/200 MB

Candidate Block

Mining Attempt ed2e4732370af4195b1c55bfd9ba74ff7ebe4a1da7104448216bcf6c6fbb66f9
Version 20000000
Previous Block 000000000000000000019a6a43291f856c35b16a71da6815df4a131b431a0b21
Merkle Root 61bc6e2befc2748057ac691a634fda83cb853130939c8ed4a086bb184a55cf13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.00558883 BTC
Feerates: 29.53 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,651 (799,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,011 115,011 00000000000060aa5c7c983f2929f68954f28fcd491d4d7ce5ebe30ba1ddc3fd 11 0.00/1.00 vMB 0
115,010 115,010 00000000000049004ddabfcc9229f0e56d8e0fe0525a7a19f1660cffab98302e 11 0.00/1.00 vMB 0
115,009 115,009 000000000000514e5f627eb259f19ed962ed95c2eb2f1b1339f1b00d8ad547c2 3 0.00/1.00 vMB 3,875
115,008 115,008 0000000000008cdc4893d84ec0a73e3f574c0b79345e795f5a5305aa2776a1a3 4 0.00/1.00 vMB 4,249
115,007 115,007 000000000000ea50341c24626a151b1b6d27a352cf97d415b6e38d9b0e4a96c3 4 0.00/1.00 vMB 2,271
115,006 115,006 00000000000001663dd13b327292ec8840b67d58ed1b31e42f21d075c4076000 14 0.00/1.00 vMB 857
115,005 115,005 000000000000227cc14c0ee36b4f6eab528636d5ef2ff39795670225ca2b7b2f 10 0.00/1.00 vMB 313
115,004 115,004 00000000000062f75bf35b46050cffaa4daa896656e757655ed5a9d9c3931aa2 10 0.00/1.00 vMB 927
115,003 115,003 0000000000000f246cec2e9f71acc743db66da926a15cd31a2739612c64546dd 10 0.00/1.00 vMB 0
115,002 115,002 000000000000c5e7fb216de3593318708b3372afb511f3824c4a9f7300a39529 11 0.00/1.00 vMB 656
115,001 115,001 0000000000007f51a1c13814ecb9698f56b91b2599552d7c47ec1d5b7517ae81 18 0.01/1.00 vMB 155
115,000 115,000 000000000000e58392f3b59350e72cdaa81655460a0bd5547319522702799993 5 0.00/1.00 vMB 3,875
114,999 114,999 00000000000077bd10e83210feaebdafd89ade90d80f0bd219e28c550718c7fc 13 0.00/1.00 vMB 815
114,998 114,998 00000000000013c69bc2ea800c7c424ee5fb660a778278fb4f8a1895b205ef14 4 0.00/1.00 vMB 2,093
114,997 114,997 0000000000002f2a3cfac57bfac17b536da256fa78137b023597bbba52523229 10 0.00/1.00 vMB 0
114,996 114,996 00000000000054a2c21ffb2363b1357f1472b2314bbdda0f06bf21ae2b4be085 5 0.00/1.00 vMB 0
114,995 114,995 00000000000021eeb9a336d716aa593556af9fbaf5aa791ad42b9d512b5aba1d 12 0.00/1.00 vMB 1,100
114,994 114,994 000000000000a5f1b02fbf66f80ff7aa410f57495b5bbff49d85db15d52ff323 13 0.01/1.00 vMB 226
114,993 114,993 0000000000005f2358af1ccae7afeec86c7a33fe39ef4a59fd589e5afd9be4d8 6 0.00/1.00 vMB 3,358
114,992 114,992 0000000000009781487e6ffb1853314d531d0a914b4bf203a4108c2da1837c48 66 0.02/1.00 vMB 486
114,991 114,991 000000000000a8a6faa7fa8e7844adfc55de05183c96bee72987fdc6a0e695e1 7 0.00/1.00 vMB 2,134
Previous 10 blocks ↓
Total Size: 781.77 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: 632.83 GB
    • Received: 12.15 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.