Loading Tool

Explorer IconExplorer

Memory Pool

45,448 transactions
20.24 vMB
0.04997862 BTC
Random Selection Loading Transactions
Max Size: 115.76/200 MB

Candidate Block

Mining Attempt cc5e479dd1f49930eb2eab1d6651402dfd1618f3bc98b68b1fa2dae71d61297c
Version 20000000
Previous Block 0000000000000000000013c3406ac0cc250fca53c3a7920e4e0d1f7390981032
Merkle Root 983f2b6896e8ca5333f425a8463a99eca7eb5ef092dda4e4e4b66c7ff27fee35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,799
Size: 1.00 vMB
Total Fees: 0.01014442 BTC
Feerates: 444.44 > 1.02 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,961 (743,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,109 170,109 000000000000014c96c754ed417c8e494f6ffd87bcc72e157f4301729544e8d9 88 0.04/1.00 vMB 75
170,108 170,108 00000000000004b5e1bd1b6f096b30bb015fe006d23d4e499a1f9785bdd22bc9 13 0.00/1.00 vMB 13
170,107 170,107 000000000000087c1d8ac3230f68d3df271c8e46247b306ca552b2091b1141c7 25 0.01/1.00 vMB 203
170,106 170,106 00000000000004019c76d88ae32a094ca52c16b035521259116b3c5b7a7a2c7b 86 0.04/1.00 vMB 182
170,105 170,105 00000000000008d9c2124b718f5cfd3e564ae9e89c6d1f0e477e2ea0a465cc95 16 0.01/1.00 vMB 105
170,104 170,104 0000000000000ae367756ccfaaa141cc789f9216a810f7d9bd9b6a9de30ddf0d 63 0.02/1.00 vMB 162
170,103 170,103 000000000000042a2eadce42c2893b4485f288b2e38da2c5dae381636445d5bf 157 0.05/1.00 vMB 5
170,102 170,102 000000000000070589b6f8b09f3ffe2858a57840a4521b151306683db4cd5c4e 111 0.05/1.00 vMB 124
170,101 170,101 00000000000003264f94fd0b297a274386997a7783d14a9f9ec0bbd473274219 65 0.04/1.00 vMB 327
170,100 170,100 00000000000009965df431e78c0f3062601cb5e287e9e3bde4a442eea2a747a9 53 0.02/1.00 vMB 14
170,099 170,099 00000000000003206c95c6f6d00e34e41da630dbbd66cbf002f31509cde39a2d 1 0.00/1.00 vMB 0
170,098 170,098 000000000000079f5d61f2ba50b7497f04603a9b07be9589beb8ef8ad63fa6e4 33 0.01/1.00 vMB 182
170,097 170,097 00000000000002eb67bd82f406620a828378102e29cfc42c8b3b71933d7383e9 57 0.04/1.00 vMB 79
170,096 170,096 0000000000000941550cf1eae3a3007f8d9b48da7f2857dadd706db443907aa6 85 0.03/1.00 vMB 110
170,095 170,095 0000000000000121af170261dbe4fd0c052fee0b66f92850dc77611f73c93d11 52 0.02/1.00 vMB 439
170,094 170,094 0000000000000902f8e0695c237128106486e65988568a172a72bca0fc18bb23 68 0.03/1.00 vMB 129
170,093 170,093 00000000000001093eb4ff93765cef2f6f8c5e050c2cd87749a0224aac80cd6f 63 0.02/1.00 vMB 59
170,092 170,092 000000000000020c7c9745fe965d37b3f06e700fe2aa6999cdfb6460ff4a0ca1 1 0.00/1.00 vMB 0
170,091 170,091 00000000000007b7ed630b536445e46c561da26ef79afaee1f7b9df53b834001 33 0.02/1.00 vMB 80
170,090 170,090 0000000000000a3f0d9672449a35415877d961b24d9a0b3c6f226b4a4ab44482 84 0.02/1.00 vMB 2
170,089 170,089 00000000000002217b65c7c0b705e46923b7591663cff5f8476fca80eb53face 15 0.01/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 780.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 535.93 GB
    • Received: 5.94 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.