Loading Tool

Explorer IconExplorer

Memory Pool

84,390 transactions
31.69 vMB
0.18058175 BTC
Random Selection Loading Transactions
Max Size: 188.30/200 MB

Candidate Block

Mining Attempt 8ef5e30a1d91c4d9b01cc9e94d3130a0602da35a2c07d0d8ace3521af7137086
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 85d600664a9e235f140e2fb06c9115df3d3c84f65645102750bb26d4db049061
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.06842043 BTC
Feerates: 269.69 > 6.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (705,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
209,220 209,220 00000000000000507f1334c795a60d5b999526dc7cd9e76a2db15c9c9221886a 97 0.04/1.00 vMB 60
209,219 209,219 000000000000043a038479761afdfeb2cfaa4ad9f5a78a834eef0e534451213e 502 0.22/1.00 vMB 210
209,218 209,218 00000000000004366ae63ad0ffd4e03fa9f6e7129dec20bad74d40694203a741 11 0.00/1.00 vMB 301
209,217 209,217 0000000000000023db79cab0291d9b3781e8327a5829fc73ca564af4a9348ca8 287 0.16/1.00 vMB 155
209,216 209,216 00000000000000e2b2de2513f3ef3aa09e2655b457f5665d5a0ad0cd4262a9ad 22 0.01/1.00 vMB 158
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
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 672.59 GB
    • Received: 16.28 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.