Loading Tool

Explorer IconExplorer

Memory Pool

81,105 transactions
30.04 vMB
0.09370860 BTC
Random Selection Loading Transactions
Max Size: 183.56/200 MB

Candidate Block

Mining Attempt 6153ab387a7725bb18dd96ac32cee40f11754ed52a580a9fa3330426bae13a48
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 02405112c7e429fa6287ad17c155eab278a47c9a8f219f6968004fef344bd4e0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,489
Size: 1.00 vMB
Total Fees: 0.02614444 BTC
Feerates: 402.60 > 2.62 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (826,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
89,302 89,302 00000000000ad8003e906a6220766f82f96f097bd61665765898fc16f9cd5b2d 1 0.00/1.00 vMB 0
89,301 89,301 000000000011eca1d696feefd8f3841985085820d634d072a94a6c04322708ed 2 0.00/1.00 vMB 0
89,300 89,300 00000000000638a2082f4b3a8a4e1b6f837eea0de4e76de453571948bcbb4eb2 1 0.00/1.00 vMB 0
89,299 89,299 000000000007eb7ab8b40d49d0a8d743747f7bd443e8431108314730aa38a646 5 0.00/1.00 vMB 0
89,298 89,298 00000000000901ea3d947f9d910393508fea9129973f8509bd3dc231402fdebf 1 0.00/1.00 vMB 0
89,297 89,297 000000000008f89e54ef21f5f1dae9062e483532b4794c42e682edb91bb6fc7e 2 0.00/1.00 vMB 0
89,296 89,296 0000000000065f46f5b5263181be015766755ebec78d0d1ad872efaf7b6b5f5d 1 0.00/1.00 vMB 0
89,295 89,295 00000000000e064e2b75e99e39c3d8938d6b032766beb787886fb24de91fa229 2 0.00/1.00 vMB 0
89,294 89,294 000000000011be5d6be145408aad97cab4e5f37aee0f8aa6ae0affdb3c0b28f8 1 0.00/1.00 vMB 0
89,293 89,293 0000000000010d8f26a80d4de779a73f853f6d0bee1b854d83656985031e6bf6 3 0.00/1.00 vMB 0
89,292 89,292 000000000006c3c502a983ea6dfb99abb3f473c7a12e6a324804c6bae6efdba9 1 0.00/1.00 vMB 0
89,291 89,291 0000000000057036dd07b0787e06ed0fee2dfc530aac7c0f12245de7b3a0fa96 2 0.00/1.00 vMB 0
89,290 89,290 000000000001054ddf4063a358b92e324752bbbbb2d63951a75e5a1301ac885f 3 0.00/1.00 vMB 0
89,289 89,289 0000000000108eceb6ed5c6b00cb8f0c2b73e9f143588441c19f9326ff18a718 1 0.00/1.00 vMB 0
89,288 89,288 00000000000d29fea9accce4f2a57d0d54ac24346a1b047234c5b373355ca1ca 1 0.00/1.00 vMB 0
89,287 89,287 00000000000ddf5263fe2fd2cd80b66e99066ef6016be7c2c8ad50e25cd75ac6 1 0.00/1.00 vMB 0
89,286 89,286 00000000000f9fa33efd697198ac95c1ea9acf65f9cce910022926ba2beb3e41 3 0.00/1.00 vMB 0
89,285 89,285 00000000000b98ca9a28820721c047b7e9557e4c45c501e46a634b1c6ff016ea 1 0.00/1.00 vMB 0
89,284 89,284 000000000008300cafb1900b7067df1489ffe2340a97b165c0c114e55585fb71 1 0.00/1.00 vMB 0
89,283 89,283 000000000001217ba47ed326dc429c07e20450cf451504f601a89f32c867f692 1 0.00/1.00 vMB 0
89,282 89,282 0000000000024d1c20a4bfb1e7d627f1e958fee5c9420cd0b9ae7e98ebbf8416 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.95 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: 715.21 GB
    • Received: 17.67 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.