Loading Tool

Explorer IconExplorer

Memory Pool

40,919 transactions
28.40 vMB
0.07355126 BTC
Random Selection Loading Transactions
Max Size: 144.90/200 MB

Candidate Block

Mining Attempt 1adc4315803cf630ae43683fae61d2c4f09088381d11b95d145b1c4c77e2ddad
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root da08b9bb05bac86f73bca323db264a4745ff57276c7c3de2607574f21e9786a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,401
Size: 1.00 vMB
Total Fees: 0.01872325 BTC
Feerates: 88.27 > 1.88 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (848,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
65,892 65,892 000000000554056d6f1b4ca76adc39eb80ab455a7e76a07c8df4290aec67b847 4 0.00/1.00 vMB 0
65,891 65,891 0000000009235878f356f1a57b9457bb949eb3204d6b5e6a1bcd31b1a43f7fae 1 0.00/1.00 vMB 0
65,890 65,890 0000000005dccf6d745c8b30ec6835c214a9b703f49d9f7a20de4857a70d3684 3 0.00/1.00 vMB 0
65,889 65,889 000000000ab02ae63ef4ceef215e294c86ba1a826db174b6772606dad458c36d 3 0.00/1.00 vMB 0
65,888 65,888 000000000051aea26c2c96d502f005d670ee8bcc1b2c26f3fc6032c3c821a511 1 0.00/1.00 vMB 0
65,887 65,887 0000000000ceb125c94de9906ba55a93e9b89d73381a430c69f712ec3109f7b7 2 0.00/1.00 vMB 0
65,886 65,886 000000000000b8fd8cf0e9af61452177271830cc929e4951ef3a9035cf7d0c34 2 0.00/1.00 vMB 0
65,885 65,885 00000000001cafe5978ce19568f2e80cf472b4ee7180cba2a785e9ebed3e7d28 3 0.00/1.00 vMB 0
65,884 65,884 0000000004d33c1586bcc841b511e0ef42b07d910ed13ab60079317b86881aca 1 0.00/1.00 vMB 0
65,883 65,883 000000000a4b99841b47da7f4baad275d89641539dba047444e8ce92b5efa5aa 1 0.00/1.00 vMB 0
65,882 65,882 0000000007d881de7fe6c75e52ecc6fc73d88ab504a148532ce2135b13bd425d 6 0.00/1.00 vMB 0
65,881 65,881 00000000024bcb5f42cd613bf23024087ddadd13ce045f73d473f10f2a6e85b0 2 0.00/1.00 vMB 0
65,880 65,880 0000000007b4f3c0f55d4ab11dbb05c35fb7c27862e00c562d423dc120df5ced 5 0.00/1.00 vMB 0
65,879 65,879 00000000055d960b240b7c6781ec82456a4965c346fca265bf33fe418e7931a8 2 0.00/1.00 vMB 0
65,878 65,878 0000000006353598c7de47dacbf0f0052845d1ebb7703eb40a7fd4c55166b770 1 0.00/1.00 vMB 0
65,877 65,877 00000000075284afac062fc5ba52f61f936811f49c95de016ce43342037afc57 6 0.00/1.00 vMB 0
65,876 65,876 00000000008ffcbb9785cca5ff3ffa477b096b5474a022da161c685a0cc41cb3 3 0.00/1.00 vMB 0
65,875 65,875 000000000816d9c0dba2785db3d480aac1f5aea5386ad2771e7ca9ec2e6fb433 5 0.00/1.00 vMB 0
65,874 65,874 00000000050dddc81d09c1c3f195a290fef14026dfddea415157ad95754d8521 3 0.00/1.00 vMB 0
65,873 65,873 000000000aa1e1989c3cdbc4ff2d91f1a2a5b40aec0514ce0303d89f3440d057 6 0.00/1.00 vMB 0
65,872 65,872 000000000ac90b492c328462ec6641f79a66c638168df7bbdd6e6c211ebe91fa 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.