Loading Tool

Explorer IconExplorer

Memory Pool

82,552 transactions
30.14 vMB
0.10127756 BTC
Random Selection Loading Transactions
Max Size: 182.91/200 MB

Candidate Block

Mining Attempt 632799ca04dbb046274a37d4afb4d8e37b29441d9bd9aa26cb2f31a136633fe8
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 55434ea6f17f36773d0f5011a1990e4d4e031e7e4c39d9d9753043437ea801ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,337
Size: 1.00 vMB
Total Fees: 0.03030169 BTC
Feerates: 301.57 > 3.04 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (705,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,215 209,215 00000000000004ea6dd4cfaeb39fa3689746dfb764bfdb4fcd63024872e5df5a 99 0.04/1.00 vMB 222
209,214 209,214 00000000000004c477df6888f33a5fd1a5ff05b34ce3eb9ccb3aac3b95b5ffc7 104 0.05/1.00 vMB 198
209,213 209,213 00000000000000e8b7cef3f8e7f96dc66fda46ca31285e2c407d4cadd05ae7f7 128 0.06/1.00 vMB 157
209,212 209,212 00000000000001f2d8b3f763ff9b94db638033d57683e20e8d871721045e01c7 399 0.26/1.00 vMB 114
209,211 209,211 00000000000004e992331e001b34c7972c330286ce3aa338e62259aaa4614740 316 0.13/1.00 vMB 203
209,210 209,210 00000000000002ef44707003a44f8c627bf0c2c0ec173b7f9f6e07d28360c497 617 0.25/1.00 vMB 250
209,209 209,209 0000000000000125c8d261cf26d83604c74ca8695848f6e8e1a0fed8bd560305 204 0.09/1.00 vMB 176
209,208 209,208 00000000000003f6c1252fe016e4280fa5791c9bca9f607124bc3bdf3cc34147 258 0.14/1.00 vMB 171
209,207 209,207 000000000000044d2f2d5891b7b3ebad829d59f4e018d303a6cbddc9eeeaf2c4 74 0.03/1.00 vMB 225
209,206 209,206 00000000000004699eca20cc9b24d4b0a02740f4238def9d03808262fe4c3a14 523 0.27/1.00 vMB 143
209,205 209,205 000000000000020f1c3117da8536f721f20f55e7f840f19be0ec205c889c1904 91 0.04/1.00 vMB 59
209,204 209,204 000000000000000839b46509ab752744aead80942729b48f35899a30e9cc447d 257 0.08/1.00 vMB 191
209,203 209,203 00000000000003ed2f0d8a87a528e3e3c93133ff747e44fba947dd2fde1d2af7 85 0.04/1.00 vMB 150
209,202 209,202 00000000000001cda779e1f16f25df7c28cf53ed4f9ed15d14a8ef67eba06929 222 0.16/1.00 vMB 107
209,201 209,201 00000000000001d9fea8128ce8af20eecf378d4fb878900b9bc42b50940ddd18 187 0.09/1.00 vMB 159
209,200 209,200 00000000000004cb1a7dd7a915e3ab771e3b959cdec1ecdb4d58a8db83433a06 184 0.08/1.00 vMB 177
209,199 209,199 0000000000000477b338f08c6b3c1e19c5043cfe2ce9c742adbba289d2e800da 32 0.04/1.00 vMB 16
209,198 209,198 00000000000000e73f1709e729459ac2fe7e4c5818343e7cf7eb5b3cafcba42d 339 0.15/1.00 vMB 150
209,197 209,197 00000000000004216b074b3c337b4a55c4f518811b514a1d7b016325e6d6926a 59 0.16/1.00 vMB 70
209,196 209,196 000000000000046bb3e729835484e8e8953df272da5224b9355f5811cc79f979 36 0.19/1.00 vMB 55
209,195 209,195 00000000000002e436181efe24ea125d26dce80f66370c4cb81a7bf978895b33 664 0.25/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.60 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: 671.77 GB
    • Received: 16.00 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.