Loading Tool

Explorer IconExplorer

Memory Pool

80,198 transactions
30.60 vMB
0.07163916 BTC
Random Selection Loading Transactions
Max Size: 186.17/200 MB

Candidate Block

Mining Attempt 34aa3f73368fcc9bcd54aa8fa58a3e6e2093f4fa87cfd921ea9c25fcc96f8413
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 1ff980f56310f34d1baeb194bdb6e94b1982a160f74d00c07538cfac71d7f07a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,478
Size: 1.00 vMB
Total Fees: 0.00618187 BTC
Feerates: 49.17 > 0.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (108,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,582 806,582 00000000000000000001056833269c46bf9bdd0f0c5871682129c5fbd123f835 4,740 1.00/1.00 vMB 20
806,581 806,581 00000000000000000004d0a09b2eeb0298b2c25569a353ae4f4724fab1972eb1 3,104 1.00/1.00 vMB 17
806,580 806,580 0000000000000000000515837f241635a08076ea4d4501b0b5536eeb37ddf5f5 3,375 1.00/1.00 vMB 28
806,579 806,579 00000000000000000001a239d1b986f80a0ae6983b5e0cfc4f20dd85d083b561 3,034 1.00/1.00 vMB 23
806,578 806,578 000000000000000000021b457030525f0c863b9e844759c1ef8110c70fa3d45b 2,772 1.00/1.00 vMB 21
806,577 806,577 00000000000000000000357e3f85250eab06c63a1d6b79e8996e98c3de010d3b 3,672 1.00/1.00 vMB 29
806,576 806,576 000000000000000000003131d008dbb2d3fe6c5085b09e35b198f537a0040f92 2,557 1.00/1.00 vMB 22
806,575 806,575 00000000000000000001582ddfc2d350ac2bf148c0f8094bf70fe329d1e6efad 2,746 1.00/1.00 vMB 25
806,574 806,574 00000000000000000001b8dcdc138a4f0555a0e10a4415c396c690d9f36f4179 4,360 1.00/1.00 vMB 18
806,573 806,573 00000000000000000003319aec487cd0f9848d2581346e2f30638102af7db688 5,332 1.00/1.00 vMB 16
806,572 806,572 0000000000000000000289bde54f576585e3709d7b8ab87c46f2b4011b449889 3,431 1.00/1.00 vMB 19
806,571 806,571 00000000000000000002575ee26e1efa86c8de99eb41228445b807459e7f7f41 3,989 1.00/1.00 vMB 17
806,570 806,570 000000000000000000003410b43fc354d1667db91c39ed9e3ff4c268bf4296c9 4,752 1.00/1.00 vMB 18
806,569 806,569 0000000000000000000439c3e4f56d75fbb4ecf1b05a1937acfefbd6cc70ee04 5,657 1.00/1.00 vMB 17
806,568 806,568 000000000000000000037f4078352953814b7324536460710f612fa533cb1694 5,221 1.00/1.00 vMB 18
806,567 806,567 000000000000000000015f1c9ead0ad6041a7f13e1d03e3de2cdad97af4c429f 4,290 1.00/1.00 vMB 21
806,566 806,566 00000000000000000001111766cb906613a9a5a11691d4a3ed6549fa00f9c190 2,455 1.00/1.00 vMB 24
806,565 806,565 00000000000000000004da35e9e60831fed4eb804537d53da96985b142abfa03 6,299 1.00/1.00 vMB 17
806,564 806,564 00000000000000000004bcf4a553729a2e681d4e4049f2536778bdad6306aba0 2,575 1.00/1.00 vMB 23
806,563 806,563 00000000000000000004c1a0019d71b98c7e8fbfdd83e03f242ee80f9bd29b9d 2,113 1.00/1.00 vMB 18
806,562 806,562 000000000000000000032d4a767c22c3ba0e551c3e8f85e73230eefd2469f344 5,310 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.71 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: 701.07 GB
    • Received: 16.62 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.