Loading Tool

Explorer IconExplorer

Memory Pool

77,909 transactions
29.05 vMB
0.06983871 BTC
Random Selection Loading Transactions
Max Size: 173.90/200 MB

Candidate Block

Mining Attempt 71b1a5700d7d416f5c4d37a08e2267442fc9bd75d76e744302d5c1baf42036b9
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 2a541e27800b81d729b8117caefdc4184f5915b400cfb712324eac2e935adf68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,288
Size: 1.00 vMB
Total Fees: 0.01107282 BTC
Feerates: 73.20 > 1.11 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (119,745 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,316 795,316 00000000000000000004f0e06be3efd31e99e77eb56ec7fbf3945dd2b0c10094 2,629 1.00/1.00 vMB 32
795,315 795,315 00000000000000000000b29dd30b4717e3de8b1478c891e6e4cfec0f8086612d 2,920 1.00/1.00 vMB 56
795,314 795,314 00000000000000000003113dbd7256a0f11546dd8c150958a4b56563c28b1d94 2,442 1.00/1.00 vMB 23
795,313 795,313 000000000000000000031125ca483f8f426b22e052b2e8f7bc766592e97496e2 2,551 1.00/1.00 vMB 20
795,312 795,312 00000000000000000004ea14a86c060bba9256c60ffdc40255d9d59a6f39f534 1,598 1.00/1.00 vMB 20
795,311 795,311 000000000000000000039a0e79f37a2b0407440919fa13295de34f495498dfac 3,667 1.00/1.00 vMB 22
795,310 795,310 00000000000000000003a23d81946dbe9d8bde9f497d115420b57a6a700a18ab 3,990 1.00/1.00 vMB 28
795,309 795,309 0000000000000000000390a932bc7f473e99b370cca89a889a5d3acdf91a8a9e 3,239 1.00/1.00 vMB 20
795,308 795,308 00000000000000000001ea286d02635a2b8bd0e52d1ab5bc2d6d344e0ed5d1b9 2,832 1.00/1.00 vMB 28
795,307 795,307 00000000000000000002088b57f6a439cdc6c9290286927a23b38006b6634a2c 4,058 1.00/1.00 vMB 31
795,306 795,306 00000000000000000001ca0ec46c01bfeb1a978c84a77af0ff0bb07455b144f0 2,790 1.00/1.00 vMB 25
795,305 795,305 000000000000000000043529bea23acfe2cc2f8d410a720c4c99d50f29e9b676 2,096 1.00/1.00 vMB 24
795,304 795,304 00000000000000000003f2655f82da1c54df226bed716a8fe8360a9a854d81b9 2,936 1.00/1.00 vMB 31
795,303 795,303 000000000000000000052e5077ae70ea2e54dbd50c5cb58da99cb9d291c571b5 3,019 1.00/1.00 vMB 46
795,302 795,302 000000000000000000005fe91c7bc437615561620b9454d256a1a88f25f32783 3,588 1.00/1.00 vMB 29
795,301 795,301 00000000000000000003ebf933e4d521c8ab2588d12c1028354c3036a74cb1a1 3,497 1.00/1.00 vMB 42
795,300 795,300 000000000000000000044759be8b0d99ce33860ae21e38dc2d101d2f4ec16545 2,161 1.00/1.00 vMB 24
795,299 795,299 000000000000000000022e29deea38a3fff88c61dfa10bfaebf81e3c7b382475 2,734 1.00/1.00 vMB 24
795,298 795,298 00000000000000000002ff2297d26f756584f964542abc857b26756aa1fcf8ff 2,880 1.00/1.00 vMB 40
795,297 795,297 0000000000000000000113ff48c857c2582a70863e391eed3b1c2d5d199b0e5d 2,373 1.00/1.00 vMB 23
795,296 795,296 00000000000000000000ae09d5dc6da54761fd9e2061dfe8143a7f8ecea86175 3,374 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.50 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: 668.38 GB
    • Received: 15.49 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.