Loading Tool

Explorer IconExplorer

Memory Pool

81,035 transactions
30.09 vMB
0.07540093 BTC
Random Selection Loading Transactions
Max Size: 181.37/200 MB

Candidate Block

Mining Attempt 46ac4b3e41673bf3078da5802527c6cba2157e7dbd1b6d29185cecdc7eff458a
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root eadf377caaf3c5c63f4aee9db16d2639d4d46f7e1ab32bb6280f7bf1ab21218e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,280
Size: 1.00 vMB
Total Fees: 0.01366665 BTC
Feerates: 40.21 > 1.37 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (587,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
327,241 327,241 00000000000000000c6b322e81fd528f950bbafc499db1e5cb63f70e13f0c319 560 0.30/1.00 vMB 25
327,240 327,240 00000000000000001b1c33d7f5178967b7ee8a17486d5cb5e12a795608d270a9 690 0.65/1.00 vMB 17
327,239 327,239 0000000000000000154b18b5b7d3b34a2d9366c6d60b9efcad4598f7cdee958f 1,677 1.00/1.00 vMB 26
327,238 327,238 000000000000000013c0a59dff7cb1c604982e81ab24870924b0cf7d0b08fbb0 104 0.07/1.00 vMB 17
327,237 327,237 00000000000000001112aaeb1d5a4ca6210c5f816ec4ada0d97e5bc782c88d4a 1,882 1.00/1.00 vMB 27
327,236 327,236 000000000000000006f607016c0a74036acab89e6c007f688f3bd7435fd180ad 1,739 0.50/1.00 vMB 52
327,235 327,235 00000000000000000c2af079b051facc49f9c8cc50691cc64eaff59b94c2b94a 780 0.35/1.00 vMB 35
327,234 327,234 000000000000000014d61d27a1bd2f4f2438d93f21b9b57ee15005646180fcf6 474 0.25/1.00 vMB 27
327,233 327,233 00000000000000000a1077106eb88839a217ea6169122d0dcc28fd0f43a6cbdc 461 0.35/1.00 vMB 22
327,232 327,232 00000000000000000167d1ea15bb74cdd3a0f4f1ff48a65146c9dd19391ce1d2 268 0.16/1.00 vMB 18
327,231 327,231 000000000000000008c9556971e15502ec211b9b25bd0a813051970d6a96aa18 357 0.19/1.00 vMB 23
327,230 327,230 00000000000000000f479dc6c7c3cac4648086a368dc63e7d0e74c4d9d5da816 1,788 0.94/1.00 vMB 27
327,229 327,229 00000000000000000aca73497f1324d02307abdff5bc595ee37b95b5f93f3e7e 488 0.27/1.00 vMB 24
327,228 327,228 000000000000000019bcff71f45cec94398f636fef1608abc1815c56dc729fb0 234 0.12/1.00 vMB 27
327,227 327,227 000000000000000015d501605aff2dcb3a811c90ef61780b4eb87afc38e9f224 743 0.64/1.00 vMB 18
327,226 327,226 000000000000000008a56afaa368d6e772658e2d3b6779f407f57baf8a51a1a5 2,104 0.75/1.00 vMB 39
327,225 327,225 00000000000000000c0494ce015def82670c0ba0ebca2b480d48fbecb0903e9e 1,190 0.55/1.00 vMB 32
327,224 327,224 0000000000000000033a98cb2b7afa4fe73567181b4d48435e33c953f4d95ae3 86 0.08/1.00 vMB 12
327,223 327,223 00000000000000000174ac33f7f791a744632d44be3c03e6a812c46a1f4753b9 719 0.37/1.00 vMB 28
327,222 327,222 00000000000000000098749f41760ffd1499be870a8da1b8014fdfe7226e0bc7 768 0.52/1.00 vMB 25
327,221 327,221 00000000000000001453caa442f578cccf3dbd58833ba4eca8771c5c7c4df9f4 612 0.37/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.33 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: 660.46 GB
    • Received: 14.75 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.