Loading Tool

Explorer IconExplorer

Memory Pool

75,888 transactions
28.05 vMB
0.08830222 BTC
Random Selection Loading Transactions
Max Size: 170.65/200 MB

Candidate Block

Mining Attempt b9ce0bd85ecb9f3a1b4df2358c3c6a99876ae3312746a7c002ef908966453546
Version 20000000
Previous Block 00000000000000000001dd92e066f2c7ec28252fbb6b5fa39f46ea7f85c79f17
Merkle Root 43ee1537c5599c255bd2bd8ba3450d07274d007499a8bbbd230ed8b057b2faf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.02800684 BTC
Feerates: 118.43 > 2.81 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,287 (363,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
551,563 551,563 0000000000000000000f6b05660b06dc0177880c84a4937997560826b8372740 2,352 1.00/1.00 vMB 10
551,562 551,562 00000000000000000009e7c93d7243f00f08ce21423fe1fc523b54ae091e3af7 2,678 1.00/1.00 vMB 17
551,561 551,561 00000000000000000025cd87d28b8dfedb8231b9a14a290a7eb5b0dd5901ad69 2,367 1.00/1.00 vMB 9
551,560 551,560 0000000000000000000505ba1bc72ec3f105acf804cc4c5dfae093e39b8fec6f 2,247 1.00/1.00 vMB 30
551,559 551,559 000000000000000000278a22ce1b4e76e0700b11d0fe0ecbeaded2022649904b 2,576 1.00/1.00 vMB 27
551,558 551,558 0000000000000000000726843da5c02850c8ef5f0ac69989796e99e61fe09d40 2,681 1.00/1.00 vMB 61
551,557 551,557 000000000000000000093aedb46881818e7bb64a9881b32742e2e4e2ebb5ab59 2,286 1.00/1.00 vMB 26
551,556 551,556 000000000000000000208b9a96333a3830fbac06bc80d37b626062d4bb6b90f3 2,746 1.00/1.00 vMB 55
551,555 551,555 00000000000000000007307dda136da3f4bcc662b8bd078bf30cd1ec830406b3 2,320 1.00/1.00 vMB 3
551,554 551,554 00000000000000000029c71828a5ec4c0c757836daf309bfc9ffe74ae8c540d3 2,314 1.00/1.00 vMB 6
551,553 551,553 0000000000000000001c16fd0d5eba36b9e103fd5d817c034ccb022c26be1a91 2,298 1.00/1.00 vMB 36
551,552 551,552 00000000000000000005f95885b8eb4be903651626f1a80fa4e157be7ba0d8fd 2,395 1.00/1.00 vMB 28
551,551 551,551 00000000000000000008b02a7513ceebaa70dd69e1447148d225e1c5d3553861 1,710 1.00/1.00 vMB 29
551,550 551,550 0000000000000000000993481c72ab933075e7dce040e9d816784f3a5acda50a 2,045 1.00/1.00 vMB 51
551,549 551,549 0000000000000000001c7d69faf9e77ac861bd966a5034ce47c575871c18fbc7 2,172 1.00/1.00 vMB 35
551,548 551,548 00000000000000000006b56abffea5ab3da3b8750e4b52c064d836c799407b41 2,692 1.00/1.00 vMB 69
551,547 551,547 00000000000000000025fe6c83c230ded4ddbb2eed1d0618d704535d698adf32 2,278 1.00/1.00 vMB 19
551,546 551,546 00000000000000000023b9137f2a9b172ad4e1abad2e2f0d87a9f434e589ecfe 864 0.36/1.00 vMB 15
551,545 551,545 00000000000000000017e5451bef2d6d333af88d9cabddcda40c9e4b9ce2ce73 814 0.42/1.00 vMB 13
551,544 551,544 0000000000000000001a23d959903ea3ece46801c64df0493e6638503d50d07e 925 1.00/1.00 vMB 2
551,543 551,543 000000000000000000260fba75da0291b4b1b782dec4e79c9c1df60b84e0b606 2,223 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.89 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: 713.38 GB
    • Received: 17.36 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.