Loading Tool

Explorer IconExplorer

Memory Pool

30,924 transactions
16.52 vMB
0.04592283 BTC
Random Selection Loading Transactions
Max Size: 100.36/200 MB

Candidate Block

Mining Attempt 609393598f1846aac628bf7a7515c23ebb51cb3bb6757cbafbc437e882daba92
Version 20000000
Previous Block 0000000000000000000128528fa61f92b2764d3333d9daf1b5d7543e1aca882d
Merkle Root ff55ef34b23c8a9dcf1f67e6e3d9da30d6c77cf54c758d9d0a40e01ea6206b54
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 2,910
Size: 1.00 vMB
Total Fees: 0.02883888 BTC
Feerates: 300.51 > 2.89 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,139 (39 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,100 939,100 00000000000000000000a5c62774e95b8321f911c4d313c1ad2e3a5744afaf32 3,104 1.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 825.16 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,225.73 GB
    • Received: 232.31 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.