Loading Tool

Explorer IconExplorer

Memory Pool

75,497 transactions
27.91 vMB
0.08332445 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt d11b04215d89f52aea0ce2ad72528abd46778ccc81f04ebff1ac6046a6596094
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root e9362a8d63fc27802ce5f9cefce8b33a38416f96d318db39f6a6cec8cf7eb282
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,798
Size: 1.00 vMB
Total Fees: 0.02349736 BTC
Feerates: 100.21 > 2.35 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (829,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,114 86,114 00000000002d3878b91320587a0be77671f575515ab88a34aa92c02ae19ba7b7 2 0.00/1.00 vMB 0
86,113 86,113 00000000001fcc2b4c6d44f98071bdea45f6d5d2943a295b457cd55756d89f47 3 0.00/1.00 vMB 0
86,112 86,112 0000000000119889bb5a77d6a6d2ff3b43bff93bc04305f6ade1c4c3951af642 3 0.00/1.00 vMB 0
86,111 86,111 0000000000268bb0047b0446da15966ff8bf5bd8232271714506c3a4e0fe29a3 5 0.00/1.00 vMB 0
86,110 86,110 00000000001b55f7e2e6d3ea6853f9557607da1923f4ba562a51ff6eaeb55148 3 0.00/1.00 vMB 0
86,109 86,109 000000000010a425671db1ff1cfcfea8815da70b2591f0e1c89fbcc3038853d2 5 0.00/1.00 vMB 0
86,108 86,108 000000000020dddeaad77e64d33743131ea94e1262756e605b98ab05b50ce716 2 0.00/1.00 vMB 0
86,107 86,107 0000000000002d8a4a19c01df57a074d0c715dfda122f08d452e17ff0ffd7c22 2 0.00/1.00 vMB 0
86,106 86,106 00000000000ce0662b0beae0c6429b0d0fcfed52636a63b79b5d121c66d3c32a 4 0.00/1.00 vMB 0
86,105 86,105 0000000000176b3470c6012a74264b4bee863b072e93c233ab311e2627ffb1f7 1 0.00/1.00 vMB 0
86,104 86,104 00000000001b36afaadeb95f3e4266edeada8a190af1393d285b1582ffbd2a49 2 0.00/1.00 vMB 0
86,103 86,103 00000000001158f609f189ef60e47961e8678e350fd6afd1140ce3544ab2f7a3 1 0.00/1.00 vMB 0
86,102 86,102 000000000013239d53b97207bb876caa041e5bd91f0c8382129312c38612052d 4 0.00/1.00 vMB 0
86,101 86,101 0000000000236dc58417dce99732304d3d8f3ca8a4b2a718734ff86d48cbf233 6 0.00/1.00 vMB 0
86,100 86,100 000000000022c09289eeca6d0a4752fe16023f7c44513d182140e63485458c8e 3 0.00/1.00 vMB 0
86,099 86,099 0000000000099509c45f3eb30528755b80a5d908a6849821f95959be8a2f6c8e 1 0.00/1.00 vMB 0
86,098 86,098 00000000000d3ae0a2f80578fd97ca74cbb281951918883f55ae8694d3a33f98 7 0.00/1.00 vMB 0
86,097 86,097 00000000001cbd7c8b35dba77ef6c70dc6d70a014ed9f01990b2d58360a6b3a4 3 0.00/1.00 vMB 0
86,096 86,096 0000000000146cf80fefe57d1ea3b349106bdb0c38d58abb2370b32ab0920fff 5 0.00/1.00 vMB 0
86,095 86,095 00000000002ad5cc18661836506b507f3a70c484195f3ecc385f9204b5ca205b 4 0.00/1.00 vMB 0
86,094 86,094 00000000001ff0bbb6d5d6952321d31ba7844e9061211c93c3df058472489d3b 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.89 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: 713.37 GB
    • Received: 17.36 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.