Loading Tool

Explorer IconExplorer

Memory Pool

75,347 transactions
27.76 vMB
0.08009974 BTC
Random Selection Loading Transactions
Max Size: 169.42/200 MB

Candidate Block

Mining Attempt 87d11bb09cd8ca076fbe4d6ae21b51726db1293612c615da3bbce7e384617cc5
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 660265cd2b85e4b7f750115c8736224a2a1104d360435d1e3f731e1e18d8cff9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,341
Size: 1.00 vMB
Total Fees: 0.02068941 BTC
Feerates: 106.68 > 2.07 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (829,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
86,093 86,093 00000000001a8cf4e9b9692473d49f73bc038fee2320a849a73814c3d4e2f583 4 0.00/1.00 vMB 0
86,092 86,092 000000000009ffc459ae73fbcbc7481a382e5a0324e737c8c2379a2ddd5fb314 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.