Loading Tool

Explorer IconExplorer

Memory Pool

84,357 transactions
31.62 vMB
0.13620589 BTC
Random Selection Loading Transactions
Max Size: 189.50/200 MB

Candidate Block

Mining Attempt d694af296d239217903cfb2cbf66e4ff809e8bacc0c8eaa093c4b937542ee643
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 226e6dbe82319bbb95ba8f37afd0c28afbfabdbf36e9354ff9970ea06989a829
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,050
Size: 1.00 vMB
Total Fees: 0.05480118 BTC
Feerates: 163.06 > 5.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (673,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,222 241,222 00000000000000b1e684c2f2d695b6e68e3d32c867dc794b024ab6e8c324f291 186 0.11/1.00 vMB 138
241,221 241,221 000000000000001989c6e2545f3de23717616c248d8e98886f47e2166af3fc44 27 0.01/1.00 vMB 150
241,220 241,220 000000000000007d843fdf2161f9f53aaae61f865c2b7d760bd0a85f5f1d8aab 399 0.15/1.00 vMB 232
241,219 241,219 000000000000004cfcfab5710088e7a6b71868ebe92fdf6c25226f28561f1d8e 189 0.12/1.00 vMB 116
241,218 241,218 00000000000000afbccd7c7a3c5429f97a2ba2a5dd2ff7badca87465ab8ac1c5 137 0.06/1.00 vMB 241
241,217 241,217 0000000000000011c0d21a47e0486b67f615898ca0caefd026fb088b84421b9e 93 0.05/1.00 vMB 112
241,216 241,216 00000000000000c2814a33337c7ae5b1f1e1f90b7b1089778c8de0c7974717c2 476 0.23/1.00 vMB 180
241,215 241,215 000000000000005106f1e80ae1ac0ec3cc27e7a0ce17e4e79eab9ec45bafea83 23 0.01/1.00 vMB 172
241,214 241,214 0000000000000058b1f13f80483ea1c33513b7946db2f06ae0c8eeccb905386e 163 0.07/1.00 vMB 167
241,213 241,213 000000000000005e5d54b211da1ef8b9afa354814f4d3506f425cc8070d12c1c 458 0.19/1.00 vMB 191
241,212 241,212 000000000000002d5c08db104fcc6f042fd747765640b54f0509342bc4796b8b 284 0.13/1.00 vMB 192
241,211 241,211 000000000000006619bc5ce870b966eb6ef25ad1eb5698b29d7f71043a9b5c9b 187 0.09/1.00 vMB 145
241,210 241,210 000000000000007186511c974dc0140ee47e804ff99bacec778446699e9559a9 208 0.09/1.00 vMB 238
241,209 241,209 000000000000004581afd4270ea1119abdb77147566c9656639a54e1f1323af1 2 0.00/1.00 vMB 0
241,208 241,208 000000000000004c928ddff32aa5590600633eebfc1c35c7ee1cfee8c622eedc 213 0.11/1.00 vMB 141
241,207 241,207 00000000000000e0aef16e1889279b4ecfc815bb48ce2e7b2668ae563a88cc7a 201 0.10/1.00 vMB 135
241,206 241,206 00000000000000e787eb22c9315c7306ce44f7f1832bc8595b204922c9d87cd5 280 0.13/1.00 vMB 176
241,205 241,205 00000000000001054cdd82631e95c5ff5d0d3ffe6aed7c6d6c8780115fed7011 329 0.10/1.00 vMB 112
241,204 241,204 00000000000000379eba5617b11ce8857d8a8471251967810e47c8ec852eff5f 202 0.10/1.00 vMB 152
241,203 241,203 000000000000000c9d8256cde2d4aafbfdbe0c41ce4a6a0227a4dea3031cfd39 313 0.13/1.00 vMB 205
241,202 241,202 0000000000000104f46d559cba6bd849225d6a42b68465ceb1d549571c6f5aeb 9 0.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.