Loading Tool

Explorer IconExplorer

Memory Pool

78,120 transactions
29.47 vMB
0.10620473 BTC
Random Selection Loading Transactions
Max Size: 177.55/200 MB

Candidate Block

Mining Attempt a7c3754930ff2c4f23d2179bbf1e89c0833eac907e5f97c8444b6f2e43a2066f
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (679,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
235,739 235,739 00000000000000ff5985c994360977d00626d93c5ce078e3ef0a5ff87127b2f3 582 0.25/1.00 vMB 187
235,738 235,738 0000000000000129d79050ac6fe307707ef6c2f473cc774bf999fc6a686e18cc 776 0.25/1.00 vMB 283
235,737 235,737 000000000000014453ce2fafe98f9c44a77a8da5d6acaeb1d1d65ec2df667e1e 238 0.08/1.00 vMB 103
235,736 235,736 0000000000000113bcd1107fe719293438b861d222423a8d1fd79ad52bf6013c 24 0.01/1.00 vMB 142
235,735 235,735 000000000000003e5185b17069d270f0f6d0b2a213b6c10e2ce4bd7b8efb3a82 115 0.08/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.