Loading Tool

Explorer IconExplorer

Memory Pool

80,855 transactions
31.36 vMB
0.07748156 BTC
Random Selection Loading Transactions
Max Size: 190.00/200 MB

Candidate Block

Mining Attempt 77f53eaa8e42b0ad544b17825e7caa0f76c007e5fcb8be872f6c2cb07b36db97
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root df487c46681a1c1105c061cfa83eaba50b4422c67e8bfef414fa300140daa42e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,048
Size: 1.00 vMB
Total Fees: 0.00950650 BTC
Feerates: 100.25 > 0.95 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (553,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,086 362,086 00000000000000000546fdc59c8598e8c421ffa3f76168f2ccb8434f511fbddf 263 0.44/1.00 vMB 13
362,085 362,085 00000000000000000b2383470df04eaa7053c3171902a43ad8a67ae3bc594ca6 97 0.76/1.00 vMB 2
362,084 362,084 00000000000000000e3e6a14e3f8a011a22bbb2f98c18371bb79ac017d57513a 1,937 0.75/1.00 vMB 70
362,083 362,083 00000000000000000463d56b30e9c25bfec6fdc522ae3613ac2de63d9cdc1056 2,739 0.90/1.00 vMB 37
362,082 362,082 000000000000000009df00cf48638d16a809e18e0537eea97a362ddd8eeee8cd 1 0.00/1.00 vMB 0
362,081 362,081 00000000000000000e4f70a1b4f82163a6766b21d4c36b09abd5e05be9a5db25 1 0.00/1.00 vMB 0
362,080 362,080 0000000000000000138b2613c026e0ed1dbf6f8f193f1c3115bdf540dc22fbf6 2,438 0.75/1.00 vMB 50
362,079 362,079 00000000000000000dcb5651a124e4c2f73f7560b030ccaee8af77f284bf2622 764 0.75/1.00 vMB 82
362,078 362,078 00000000000000000c9eb1d0d219784f322f621a199b57d6c8a872fbc74e200c 142 0.75/1.00 vMB 102
362,077 362,077 00000000000000000a58e4b27940e4350a2a11e7c5a45ff2a44401d15998f0e1 820 0.93/1.00 vMB 54
362,076 362,076 00000000000000000b6808fa7f933850aa0f4fd785cfea83036ab906caa06dad 1,184 0.75/1.00 vMB 53
362,075 362,075 00000000000000000489b9cd3d75539becaa2c71a8195d69e142abc760a2909c 1,077 0.75/1.00 vMB 59
362,074 362,074 00000000000000001356b5df197d0e80b83363838f10d5c836dbc16ad8383a21 35 1.00/1.00 vMB 8
362,073 362,073 00000000000000000b953816d4c31e79b04d5b075bcacb8cf20e54ee3b61c316 1,507 0.75/1.00 vMB 43
362,072 362,072 000000000000000010d98f2559c32b89dc558c7e983646a91a0a371fc4a56296 587 0.75/1.00 vMB 15
362,071 362,071 0000000000000000116309fe12f087fed3acdcd7622d93e5cc898b6bc5040160 2,873 0.75/1.00 vMB 44
362,070 362,070 0000000000000000003e0313eb22cbd7c07e945c08c1a0b759c384eab415e1c1 1,570 1.00/1.00 vMB 34
362,069 362,069 000000000000000007f455d86a8deb3a12429b46f02ac57a2b9e92b6a178d81d 606 0.75/1.00 vMB 18
362,068 362,068 0000000000000000071f19eeca27ea41bbc97a9be3f029621f47e28fcbafdfe1 793 0.75/1.00 vMB 21
362,067 362,067 000000000000000002a9aebf60e94c1cd43d46515cd4a6ef8bb2488c3c3b2ba9 738 0.75/1.00 vMB 19
362,066 362,066 00000000000000000b418d26ef8c78397f0ba5100c72ba425f0c8c6d180bd3c1 786 0.66/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 708.02 GB
    • Received: 16.72 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.