Loading Tool

Explorer IconExplorer

Memory Pool

36,153 transactions
25.72 vMB
0.05592990 BTC
Random Selection Loading Transactions
Max Size: 131.67/200 MB

Candidate Block

Mining Attempt 9f28b1e5e98896ead9f9a0c519835a866cd6af061bd65b6922f1d15e9effc221
Version 20000000
Previous Block 000000000000000000003056aa79f3e9ae7f1ebca1b480aef0e8e00b84a1a03a
Merkle Root 1bdcc8a099284c423f6cb3e837528eaa53b5f0f74638ed1e593121f942726e5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,652
Size: 1.00 vMB
Total Fees: 0.00884894 BTC
Feerates: 150.93 > 0.89 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,675 (340,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,224 574,224 00000000000000000005ba510b1e30053f150ce5f7dbd819d15f2864b090f32f 1,587 0.50/1.00 vMB 21
574,223 574,223 00000000000000000024647307ecd762d13153ce07dee4f4ac5ba97f6d373c68 202 0.06/1.00 vMB 19
574,222 574,222 0000000000000000001698ab4cd61f291c9d1e3db70ebd3d9b3af9e839dab10d 888 0.37/1.00 vMB 6
574,221 574,221 00000000000000000000c42fa56dd29b525e1403dda1f8f6a6dac7fbcb5ed947 2,754 1.00/1.00 vMB 36
574,220 574,220 0000000000000000000bdb5e52a1086d66011c25ec05f51707a080e08ace955f 1,355 0.40/1.00 vMB 35
574,219 574,219 00000000000000000026c860d3b41f86d9a306cd61effa9dfc1ac139071cc77f 2,007 0.70/1.00 vMB 8
574,218 574,218 0000000000000000001290295b1a2d340b2cd16d1a98c92669d52e4f7f0e9b01 2,444 1.00/1.00 vMB 9
574,217 574,217 000000000000000000083cc6e4baf1a011589d6b090cd3807ac3ca82daf73b42 2,279 1.00/1.00 vMB 41
574,216 574,216 00000000000000000028b07863c4f11cbea905ac6dd632b7a651a42442ae0014 3,115 1.00/1.00 vMB 56
574,215 574,215 0000000000000000000b38dbe232b42d0e394c2eea63adab9dd98ba52473d674 462 0.68/1.00 vMB 8
574,214 574,214 000000000000000000283e3728008ab9fef4b9c9857a1b5b3cd45c3446a28a4d 2,155 1.00/1.00 vMB 9
574,213 574,213 000000000000000000078461dd1fa7a9d4361b5043be0771ba0fbdecbaaad337 2,839 1.00/1.00 vMB 28
574,212 574,212 00000000000000000028ff80d6661e901fb671b136bd3f5f48f821c8aec58aca 3,372 1.00/1.00 vMB 9
574,211 574,211 00000000000000000024a029bc41db6e29d77ac845996799b7450b19bbd22e9f 2,797 1.00/1.00 vMB 13
574,210 574,210 0000000000000000001abf7d14619e15b1ae1bf5c4c401b5d978198fc491bc03 3,376 1.00/1.00 vMB 29
574,209 574,209 0000000000000000001b1eaace23800b84371f15777d67929e47d50851924510 2,972 1.00/1.00 vMB 29
574,208 574,208 0000000000000000001ce729efa8cd1904d9c211362a3175314e8efe5d672145 1,659 1.00/1.00 vMB 47
574,207 574,207 00000000000000000002815f2138236f8fbb7ff6d3746145a0811a925d2b3d25 3,181 1.00/1.00 vMB 24
574,206 574,206 00000000000000000000568b6ac0624a039903bf5cc2d12782a61f24865869ad 2,306 1.00/1.00 vMB 38
574,205 574,205 0000000000000000001b64d8908c28758092c6438d233706d6ae5d7287387cb2 2,949 1.00/1.00 vMB 51
574,204 574,204 000000000000000000083807c934f51294a6a77550e2d5fd83d30493518347ea 3,189 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.82 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: 635.65 GB
    • Received: 12.32 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.