Loading Tool

Explorer IconExplorer

Memory Pool

40,073 transactions
27.14 vMB
0.12055579 BTC
Random Selection Loading Transactions
Max Size: 140.19/200 MB

Candidate Block

Mining Attempt 196d1a0ea18ff9810eb469268fc2608eb23f9fa61faee4b59f2a15b34846a7c3
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root a12fa317a19bd9961d1f66bf2931c157022f43cca1c15177a83cffe517634048
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,285
Size: 1.00 vMB
Total Fees: 0.06498572 BTC
Feerates: 285.90 > 6.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (538,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,449 376,449 00000000000000000af174f909f529b10460062d75f68072576fecdb7bb008a8 1,387 0.93/1.00 vMB 46
376,448 376,448 00000000000000000d2beb8d6f3938e9670ddb7f107dfa51cd886e5c26c9963d 186 0.10/1.00 vMB 29
376,447 376,447 0000000000000000060c79540ba00cae08a372ade60f068c24408801e9840032 1,166 0.57/1.00 vMB 37
376,446 376,446 00000000000000000f44adab869c67e3ff7727d16433f208a5711718c4748c4c 1,255 0.62/1.00 vMB 41
376,445 376,445 00000000000000000c91485e60e4bbf4143c7993c7d53c6e36493dde7b1b99ca 351 0.28/1.00 vMB 34
376,444 376,444 00000000000000000652c45911fdb5b8efbce13ce247d3b6b9ced3471db89844 913 0.54/1.00 vMB 35
376,443 376,443 00000000000000000edb8ff352c7ba444dd1ffb3977638d9efbfae186d0c8b2b 203 0.10/1.00 vMB 31
376,442 376,442 00000000000000000176203a61e9034b43ce58686419a4aea7a2143c6c5fedf7 1,108 0.74/1.00 vMB 28
376,441 376,441 00000000000000000ee0bf8a4aba338255c4413126dc44ca31e7db8a20f919b7 596 0.73/1.00 vMB 16
376,440 376,440 000000000000000006eacf4b8bd5e5b82cbc357c0443a5937f259e70edc670d8 1 0.00/1.00 vMB 0
376,439 376,439 000000000000000007d35f908507c0b13d5e96244de1a5b5b77b0ad3bda9dbd5 832 0.61/1.00 vMB 32
376,438 376,438 0000000000000000005ab12462a945b420c3499cda1003439e09123a4462a67b 604 0.93/1.00 vMB 31
376,437 376,437 00000000000000000e271689fbbc71547d11583a633ae443afa88626acbe33a4 1,363 0.93/1.00 vMB 46
376,436 376,436 0000000000000000037dc5c893d7322ef62c52ef6822d056c9f8bc25d93af9d3 535 0.26/1.00 vMB 40
376,435 376,435 00000000000000000ae385e5b83c5ac0477468c3e542cdbfbf8ecf4f3a370dc3 1,091 0.94/1.00 vMB 25
376,434 376,434 000000000000000011cf0d4716fa908b99848b4f797e09f458c5d282e512a35f 1,551 1.00/1.00 vMB 46
376,433 376,433 00000000000000000dccfcd97f293f6831d35cbb4461822485e73154740a35b5 1,121 0.75/1.00 vMB 23
376,432 376,432 0000000000000000052c79da5bfb856a3cf2f230c1c6bdaaec3345fc8d513fbc 1,545 0.93/1.00 vMB 73
376,431 376,431 0000000000000000018fcd1b84d85de2aa9e82d899af4a3997a782c521af065a 534 0.32/1.00 vMB 52
376,430 376,430 000000000000000007cc30a27db9af383edab101c4fa5e3fe648563171e70efe 412 0.21/1.00 vMB 34
376,429 376,429 0000000000000000029837122264fbbfbf5eb3285fe84dc8b69078107cc5433b 943 0.48/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 781.82 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: 636.38 GB
    • Received: 12.36 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.