Loading Tool

Explorer IconExplorer

Memory Pool

83,330 transactions
31.18 vMB
0.09428628 BTC
Random Selection Loading Transactions
Max Size: 191.35/200 MB

Candidate Block

Mining Attempt e9a475d2749e60903060c737c5675b8da4a494a4a5e19e7742593b09877f7e1f
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 059c8d59e5e152c1da7c890139cf424d794e9499d3cc8601671bd365135ada76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,726
Size: 1.00 vMB
Total Fees: 0.02396503 BTC
Feerates: 301.57 > 2.40 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (679,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
235,760 235,760 00000000000000aada29fb28a9dcb6891f7b5254ba77393c6e3a436d6e4f0090 371 0.14/1.00 vMB 220
235,759 235,759 000000000000000a369033d52a4aa264844b50857f0c6104c555d53938e9c8d7 124 0.15/1.00 vMB 39
235,758 235,758 000000000000015f416afc2a44461adb178764a4fb45e5935c0a5717edf451a8 93 0.04/1.00 vMB 144
235,757 235,757 00000000000000cd993c3a8717112918cd98526cf6a0297a5ec3c3ac1131af23 269 0.11/1.00 vMB 191
235,756 235,756 00000000000000197cdc1deaf359f1404a90a735147e9b90384b9f02723606b9 592 0.21/1.00 vMB 78
235,755 235,755 000000000000018fa46b828e4e43e4fe6a5ea9262d77b2f0d2c516753ac606ac 655 0.27/1.00 vMB 200
235,754 235,754 000000000000014f7d6b691e7260f9f3e40d0e4b00d1126ca0dec1000b1edafa 692 0.28/1.00 vMB 207
235,753 235,753 00000000000000cd47cb83e7c1c5d0fab552369ea1c0c5bab30c6d3d28e445a6 78 0.15/1.00 vMB 23
235,752 235,752 0000000000000094cc566b741da1cb92fddb8d27a0405909ab8e5706763abd51 455 0.19/1.00 vMB 191
235,751 235,751 00000000000000453ccc1def455a27b9f87520f14d9fa04b2f1556efbd8ca0ec 106 0.05/1.00 vMB 188
235,750 235,750 000000000000015c70033ce45aebfb7aa70d997a1f173854a96276dbc10f0fd0 281 0.15/1.00 vMB 138
235,749 235,749 00000000000000bb4cd6e142c4ef8d500832b92f8d5c5e1f7355dc22b6833850 722 0.44/1.00 vMB 142
235,748 235,748 00000000000001a2891d6c9f47a175306b597941bcef2acec9ba98104d0bbc86 544 0.25/1.00 vMB 2,198
235,747 235,747 00000000000001576fe0aeacb1f436401a1966ddf2441b9a252ff10ce61af1b5 545 0.25/1.00 vMB 193
235,746 235,746 0000000000000049320c22d9ccc1ad8097505d298735d32d47791b937a564b8c 510 0.25/1.00 vMB 177
235,745 235,745 000000000000017b2ff7522eccb5e157b6635af901757146f2f62f49544b453e 674 0.25/1.00 vMB 232
235,744 235,744 0000000000000123e84a8fa602838c86dd4c89e789043a04ecfcc78317996701 128 0.04/1.00 vMB 281
235,743 235,743 000000000000010c515807e8557f4ce244140d04a6f1d4054954f43689c1ffa0 443 0.15/1.00 vMB 239
235,742 235,742 000000000000003ab2c912a20f41d32e64773d51e5569db90b0f0e640baf2b8a 200 0.22/1.00 vMB 94
235,741 235,741 0000000000000072126aaf7e94c71d95d5ff87b39f7a66cd0b18d45e8595f41f 714 0.25/1.00 vMB 222
235,740 235,740 00000000000001a7798d4b4b14e7df90334fcf3d17814543d26479b03a39b348 707 0.47/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 782.78 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: 709.55 GB
    • Received: 16.92 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.