Loading Tool

Explorer IconExplorer

Memory Pool

79,591 transactions
29.69 vMB
0.06880835 BTC
Random Selection Loading Transactions
Max Size: 178.79/200 MB

Candidate Block

Mining Attempt a7feaceeb29d64323d623b1a12ca3c76a7528ae5108a74137d415569cebddba1
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root a7729b7065b49f99db15eddb3bfb88e121dc643576570abdfb45c19539efc4a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,244
Size: 1.00 vMB
Total Fees: 0.00843123 BTC
Feerates: 100.19 > 0.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (447,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
467,173 467,173 000000000000000000e1fb09be6e48dffb938430feb461cc7499f5fe03e31d21 2,597 1.00/1.00 vMB 346
467,172 467,172 000000000000000000aeb9397a4ec2a31dcb784ba95a9f09771d87376066125a 1,733 1.00/1.00 vMB 201
467,171 467,171 0000000000000000012a6bb9213aeb9000e0ec818ea37b80bd8d4e4fd1cd920b 2,429 1.00/1.00 vMB 312
467,170 467,170 000000000000000000cdd3fd97112dfe9fbcb56b6869b760dd172ae02ddac2f2 2,148 1.00/1.00 vMB 226
467,169 467,169 0000000000000000013bc400ebc4043ed45550d6dd771531cd0882c54353296b 2,103 1.00/1.00 vMB 265
467,168 467,168 0000000000000000009e3946d86f416cfbbba750615246f830e4b27d9cf6ba21 2,271 1.00/1.00 vMB 310
467,167 467,167 00000000000000000181a8dd35a0b40a12e2e3455b4a0cb5697bef7eb9aaa482 2,423 1.00/1.00 vMB 364
467,166 467,166 0000000000000000000eb4f7b6e1312f2f37a02a0252557b8812494a1491bb0d 1,943 1.00/1.00 vMB 247
467,165 467,165 000000000000000001ebd4996ccf060518269cf75f3b3446bb35ac9e05fa9d90 2,419 1.00/1.00 vMB 375
467,164 467,164 0000000000000000016196c56351cf8ce7249a54bf3dfd7e6ade789ba31234e3 1,958 1.00/1.00 vMB 329
467,163 467,163 00000000000000000009337a0201426c230d7f783a6fb605080afb82b0e4ff75 1,948 1.00/1.00 vMB 156
467,162 467,162 00000000000000000139a2365959e00fef3f03f5bf5cb600bf64cb792d7c9ee1 476 1.00/1.00 vMB 163
467,161 467,161 000000000000000001350c5f5ffdaa4411846980bb2e6c4b42f1a7f7d89ec77c 922 1.00/1.00 vMB 162
467,160 467,160 000000000000000000d6c42e9c5684d0c33d35153527649faf82ed8da1a39a64 1,499 1.00/1.00 vMB 233
467,159 467,159 000000000000000001d95f5229ec3fbfdf9c64e742c26f32cb8527a197534d94 2,094 1.00/1.00 vMB 316
467,158 467,158 00000000000000000164a8bed9a548ea86b04a2dd8d00a4ff33a9de5aac08250 2,496 1.00/1.00 vMB 200
467,157 467,157 000000000000000001eae58c03d5d41284dbac7dd21a94f77ed8a52af25dd56b 2,319 1.00/1.00 vMB 236
467,156 467,156 00000000000000000006f4299069c2a83b474e92d1070aff7606d09b2c08053b 1,872 1.00/1.00 vMB 334
467,155 467,155 0000000000000000016048e894b6974923da0f4b992527e2f2e67a49a8f164bd 2,254 1.00/1.00 vMB 262
467,154 467,154 0000000000000000015f67f41d9cb7f62457b16f43356c94ba83156b3435cbbb 2,515 1.00/1.00 vMB 323
467,153 467,153 000000000000000000074809d303ec524549932f3b95e58f87066a93b4754f63 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.37 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: 663.68 GB
    • Received: 14.93 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.