Loading Tool

Explorer IconExplorer

Memory Pool

73,342 transactions
28.24 vMB
0.07334570 BTC
Random Selection Loading Transactions
Max Size: 167.18/200 MB

Candidate Block

Mining Attempt 55993b8cf4e6ebf922e7ab5a204a77693e147283c5f641c5a00fb74ce6e51d4d
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 9d2e03fb99e386e8224eabf8828675e2890137ef1d1554d486fac0c3712e1369
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,077
Size: 1.00 vMB
Total Fees: 0.01666472 BTC
Feerates: 150.86 > 1.67 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (147,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
767,641 767,641 00000000000000000005f529df0bcb29872ed5040b57c8bb25fc5d537168e820 1,620 1.00/1.00 vMB 10
767,640 767,640 000000000000000000062ff6dec31da568cc1bcfbea5a79a73f50c8cd7cf2954 2,245 1.00/1.00 vMB 20
767,639 767,639 00000000000000000006983fc3c17984daa913ea99d34353f91e02be9d2618bb 1,860 1.00/1.00 vMB 8
767,638 767,638 000000000000000000062d4379925c59e64de1d8fa53168e0abe46245f535646 3,204 1.00/1.00 vMB 18
767,637 767,637 000000000000000000077769f3b2e6a28b9ed688f0d773f9ff2d73c622a2cfac 2,786 1.00/1.00 vMB 16
767,636 767,636 00000000000000000003dda4ba7e2a1fa8a3a65113804ce166b1cffb3d7e8bd3 201 0.06/1.00 vMB 8
767,635 767,635 000000000000000000056668e848f019ae882f92fc64552f176693ab061a1b2c 401 0.13/1.00 vMB 11
767,634 767,634 00000000000000000007bc2e8f7dbf0c6377aaaeccfdffcf0523396dbfc99cb8 1,951 0.73/1.00 vMB 9
767,633 767,633 000000000000000000065b9f4c7310baf9f80ccafca13d8e4fd3cf7ecd597f62 119 0.05/1.00 vMB 10
767,632 767,632 00000000000000000007ae3aac23d0ab864ff1b2b3bd9c49845862d29aac2e91 1,285 0.50/1.00 vMB 10
767,631 767,631 000000000000000000037ef95fac4758dd4287a67bc20f17608e5ea94daae782 493 0.37/1.00 vMB 2
767,630 767,630 0000000000000000000139aa913461f363890b7a240a10758f2759450a50c636 2,220 1.00/1.00 vMB 7
767,629 767,629 00000000000000000007e2627e9e4ecdd4b1612639c7ef6607f88cab867d011b 2,296 1.00/1.00 vMB 19
767,628 767,628 0000000000000000000282ced600e29daae9d2dc7a6e5b0e255ea45898cd1afb 759 0.71/1.00 vMB 2
767,627 767,627 00000000000000000001058f3926e08a5b280b0f77215cb7b77042ef56d416c9 2,260 1.00/1.00 vMB 13
767,626 767,626 000000000000000000048af765a16a9c7c9b1439fd390bbf32f4ae8cf0cac0c8 1,861 1.00/1.00 vMB 10
767,625 767,625 00000000000000000000d66ed67abe875c739e4956b6ba1db1ffc02a2d1d1d0b 2,083 1.00/1.00 vMB 10
767,624 767,624 00000000000000000006a0a3563272f1d05170cf0c26b3801ebb07e343d9db1e 1,114 0.39/1.00 vMB 13
767,623 767,623 00000000000000000004b6228ab213e5f0f9d4df81d614ea7c2f86a37a7d96c2 658 0.56/1.00 vMB 5
767,622 767,622 00000000000000000004f712ba325e5dcd5b3deccaa2dc4b8cfb27ab9581096b 1,648 1.00/1.00 vMB 10
767,621 767,621 00000000000000000007b26948e25530b96315b405804f9af96cb030d64c7269 1,446 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.