Loading Tool

Explorer IconExplorer

Memory Pool

78,187 transactions
28.68 vMB
0.10401954 BTC
Random Selection Loading Transactions
Max Size: 174.50/200 MB

Candidate Block

Mining Attempt a79521fee06b7894c3d16b704ddf33768f00729256d31cf84379f0e210720158
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 7efa74f0f15b371cd1b13c421814e83947a5f5cee51e63b52cae408c79acf099
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,792
Size: 1.00 vMB
Total Fees: 0.03670237 BTC
Feerates: 602.26 > 3.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (727,200 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,105 188,105 00000000000004f9ca20306daf70e072327be6b532a51b249f242dde2d4e2761 34 0.01/1.00 vMB 13
188,104 188,104 0000000000000728ec0e16badc458a58a5be0a85eefd069dca0d8e6d662dfcea 170 0.07/1.00 vMB 112
188,103 188,103 0000000000000817b390270f8d2830079ede709c5b1063b37850d28dbb3873f5 11 0.00/1.00 vMB 313
188,102 188,102 00000000000002da41e7fcc95dd8638d52958e1315a465fa7052b42b27e47d93 168 0.06/1.00 vMB 119
188,101 188,101 0000000000000154d26106e3addeaf6843dcabced345b511f66c31d4d05c6c12 16 0.01/1.00 vMB 147
188,100 188,100 00000000000003b9fc08a35afa5e7eb21c9edc1f36909ea3d3242d0ae6732aa7 11 0.00/1.00 vMB 18
188,099 188,099 00000000000008885a110baf43e954724780696c711b7ecad7ab38e01eb87144 10 0.00/1.00 vMB 34
188,098 188,098 000000000000070b113c82ea72296f7aee283fc5732c9f166cdfcae2296ee5b1 150 0.05/1.00 vMB 74
188,097 188,097 00000000000008e52fa7404a61c539f9af02ca1089ee642a0f12cdebdc870caa 7 0.00/1.00 vMB 0
188,096 188,096 0000000000000900661c90e8a4647a3bd7a2079ce6e3fccde4e2ac2175ae2a18 130 0.06/1.00 vMB 86
188,095 188,095 00000000000006f364eba9ac05eff27d4a9f26d9a8a91f1085260593a609f12e 12 0.01/1.00 vMB 195
188,094 188,094 00000000000007a9ba822811dce60606fe8acf361033d7a6a55a1a0a1cc42b70 66 0.03/1.00 vMB 105
188,093 188,093 000000000000029002f2716fca9a5f9b68d09d9833a544c78b9d14a6946d1254 117 0.04/1.00 vMB 140
188,092 188,092 0000000000000855cebd7f5d6fb5164855f441abcff099aea3fb01d46f7b8987 9 0.00/1.00 vMB 35
188,091 188,091 00000000000006c8d7e5448cf4b54c322d493edd269401f1b0cde0d5396fc0c2 31 0.01/1.00 vMB 189
188,090 188,090 00000000000000855c14f72c63dbbedd114b9f8daa0e83e6581d54d8600b5794 469 0.14/1.00 vMB 161
188,089 188,089 0000000000000757a1e07087dfc075a23f7e1c288203ff7b29e816c939a93929 6 0.00/1.00 vMB 0
188,088 188,088 0000000000000307c566ef85e3604e9cbf70eb6aba9f7f359bd1985c2a0cb043 10 0.00/1.00 vMB 0
188,087 188,087 0000000000000345ec8e005d9f9c0fcf9c62087c4bb5da121e86db24abe73da9 20 0.01/1.00 vMB 198
188,086 188,086 00000000000003167635a85c763cffba273f9f1c23ac312780f516f1c3c30d01 375 0.13/1.00 vMB 127
188,085 188,085 00000000000008340c1ed54a5f6f2e263d7a779fb13ddd73d27dec3647a92cce 102 0.07/1.00 vMB 256
Previous 10 blocks ↓
Total Size: 782.92 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: 714.38 GB
    • Received: 17.53 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.