Loading Tool

Explorer IconExplorer

Memory Pool

31,262 transactions
27.46 vMB
0.05935275 BTC
Random Selection Loading Transactions
Max Size: 149.73/200 MB

Candidate Block

Mining Attempt 879e8ca050e7ff7653c215473ca1f07880dcb31e86d654982a36ae0f0b1b7f3a
Version 20000000
Previous Block 000000000000000000006d362684d905c0854522b513ae8a036a0c2a354e7e70
Merkle Root a76298d9c06862110ef29d39135284a57213568101c76e84552340567b12e7d0
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,370
Size: 1.00 vMB
Total Fees: 0.02896602 BTC
Feerates: 477.45 > 2.90 > 0.14 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,182 (83 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,099 939,099 0000000000000000000182c16d0a55d11cf3f6694e93aad041e63f70b8fe1a24 3,097 1.00/1.00 vMB 0
939,098 939,098 00000000000000000001b8fbc93e7ddd443d65a3289e758f75372a0b6ddca565 723 1.00/1.00 vMB 0
939,097 939,097 000000000000000000003329bd07c6424a5ad00333c082352f5f3f26c374559e 2,578 1.00/1.00 vMB 0
939,096 939,096 000000000000000000015bc01da23c455648c0185f120bbfde3b6a0b5cb1a927 2,086 1.00/1.00 vMB 0
939,095 939,095 0000000000000000000092fae51146c4659219d69195fc968d2aa503710af383 584 0.16/1.00 vMB 2
939,094 939,094 000000000000000000008321bdeb715a9c461a594cdb29497a4dc96a2d5822df 479 0.11/1.00 vMB 2
939,093 939,093 00000000000000000001e3dbc5c2b2d64efb56c2df94e0d9f3d306a59b10a6d9 596 0.20/1.00 vMB 2
939,092 939,092 000000000000000000008a8434f4f776ea2ebc8226c64d132a14d652d64b4a47 3,401 1.00/1.00 vMB 0
939,091 939,091 00000000000000000001a1c6dcea99a84469dd65130b8823e74a7d251827aee9 4,552 1.00/1.00 vMB 1
939,090 939,090 000000000000000000003c1b7fe87f86d4c20dbcabe3bdb39bebb7c2bde10277 4,528 1.00/1.00 vMB 0
939,089 939,089 00000000000000000001e06d4f858cc508b205491e124f421467ca5ef3da9396 1,255 0.35/1.00 vMB 2
939,088 939,088 00000000000000000000a71ff942843c2c3d84baa203a6108f9f8e67a57adc40 3,615 1.00/1.00 vMB 1
939,087 939,087 00000000000000000001d4adfa182a9576dd83f9c96ec328f1f9f67a092ed45e 2,505 1.00/1.00 vMB 3
939,086 939,086 00000000000000000000115551800e9d02be7f3efadf537e941489cd41bd2074 102 1.00/1.00 vMB 0
939,085 939,085 00000000000000000000150b081aac194f35baa370f79d23517cd3b3a92600b0 4,316 1.00/1.00 vMB 0
939,084 939,084 0000000000000000000092ec0ec3be53e9b9f57d4fe8d9abe2b4bc8e2da3ae0c 2,366 1.00/1.00 vMB 0
939,083 939,083 000000000000000000011b78f04b3b4b4061fc4ca9929ddaf802c3483e84f375 3,511 1.00/1.00 vMB 1
939,082 939,082 00000000000000000000656177764f2a051482076b719d5ed0748d30da1a78ad 2,102 1.00/1.00 vMB 1
939,081 939,081 000000000000000000002ed3b5043400cbdf8d27b8351f8e25330ca97b771832 3,293 1.00/1.00 vMB 3
939,080 939,080 00000000000000000001b3ed312f06f9d27a2378a421fc1b2c3f879a33112d4f 3,095 1.00/1.00 vMB 4
939,079 939,079 000000000000000000009cc7b20faa6eb0b4c32cadf697da1ddfd4dfb885077b 3,046 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.24 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: 4,228.16 GB
    • Received: 232.73 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.