Loading Tool

Explorer IconExplorer

Memory Pool

41,337 transactions
30.32 vMB
0.06876667 BTC
Random Selection Loading Transactions
Max Size: 153.49/200 MB

Candidate Block

Mining Attempt 99b403cb33b3185c75105f38788c9d3cca02d71a82c53c6dfbf902aecf96e6dc
Version 20000000
Previous Block 000000000000000000004471216ea7338ae9176d8890513e23fa207f056c1373
Merkle Root c731b95f2cd1850dd60cdae497b84c5d63775cbf15bf53fb0caf22b92865b427
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,661
Size: 1.00 vMB
Total Fees: 0.00777987 BTC
Feerates: 100.00 > 0.78 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,467 (852,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
62,166 62,166 0000000005161102075095955b6a375e5448c66eb909d70a076e9dbed569d921 2 0.00/1.00 vMB 0
62,165 62,165 00000000098ce9fdabd8ba73fbf2e092db93a660508c1a8713461e09bc68ca52 2 0.00/1.00 vMB 0
62,164 62,164 0000000006b2d14367bc7e17bdd57de3caf8ab5d13059564b1fca0d9bae9235a 1 0.00/1.00 vMB 0
62,163 62,163 000000000a0b1fef5b51c19ebc28a8b9947fccba2df01f0611d9baebc6550dad 2 0.00/1.00 vMB 0
62,162 62,162 0000000002914ff24393d7603fc253a0f089950a8ee1c68cf199d065f69f15ed 3 0.00/1.00 vMB 0
62,161 62,161 000000000d3ab3b68e6ac6e450fcaf7716d6f9f58336b52869e850c76568b65c 1 0.00/1.00 vMB 0
62,160 62,160 0000000004d10b088337623a491e1be3bbbc490234859d41f45a65d8ed5527fd 2 0.00/1.00 vMB 0
62,159 62,159 000000000a3bd65ef3e6826591fc99ce16b54f1b94a68e66ae2a1fa6472fd289 2 0.00/1.00 vMB 0
62,158 62,158 0000000006672159a4e21dbe8a170c2d1606790cd515fa6028dfb8264cd5ea5e 1 0.00/1.00 vMB 0
62,157 62,157 0000000005ecec6132429fe50fad0a428d22c79e2e9e5d0a2ac403616154ec5b 1 0.00/1.00 vMB 0
62,156 62,156 00000000010f9281a5171ff3c6c1365a65a075cc01e2d35dda5c69d2c2e46254 3 0.00/1.00 vMB 0
62,155 62,155 0000000002f08e4a9a097c5fdfa21b73faa63d04d0a968ab34730f9dde4db7f4 4 0.00/1.00 vMB 0
62,154 62,154 0000000003bd577ac6748c9d2c3c1769c655b7d67f82f12f40ef41d088e07355 1 0.00/1.00 vMB 0
62,153 62,153 00000000077527704bccddfaa957260db28b348295a5926c4a6fa0093b337d2f 2 0.00/1.00 vMB 0
62,152 62,152 0000000000c12816c194067635c999622a3b109b079bc46aabe541b47e1f8aca 1 0.00/1.00 vMB 0
62,151 62,151 000000000d5a8afbacc168dda738c6a008527ec9e93eea3d1067ba97f37131d9 2 0.00/1.00 vMB 0
62,150 62,150 00000000087610cc6ef9641a4a45891d72624b26f89a389c8ec440cc6ccf1964 2 0.00/1.00 vMB 0
62,149 62,149 0000000005ebc47c0431f925d6431998c6e5a71994d19bc14053da7894c8f00c 3 0.00/1.00 vMB 0
62,148 62,148 0000000002f7ef8a687d8a9c03afb62553ca614c8b45e5e84b6894e18daeea7b 3 0.00/1.00 vMB 0
62,147 62,147 000000000072be167ad8a835694381996be97e596be07fb2aaee08e8c5232821 1 0.00/1.00 vMB 0
62,146 62,146 0000000005c4cb7de14f70a45ac119a24440c6b90a4d1d3096b85eccb73ef140 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.44 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.24 GB
    • Received: 10.71 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.