Loading Tool

Explorer IconExplorer

Memory Pool

74,594 transactions
30.17 vMB
0.08368583 BTC
Random Selection Loading Transactions
Max Size: 178.90/200 MB

Candidate Block

Mining Attempt bec82dc37fd62d8370e40cff19d211fd36af2d84bdf3f525642cf38f18e8e64a
Version 20000000
Previous Block 000000000000000000014e1cbebc37caf5dba55aec5f1ce07294267a88d026d0
Merkle Root 5351a9feb85823d1d1249bcf84fc6c9e21f6afd4a88f55e406e5d2067f9c4556
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 372
Size: 1.00 vMB
Total Fees: 0.01213713 BTC
Feerates: 52.36 > 1.22 > 1.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,426 (676,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
239,358 239,358 0000000000000081fa37f7b39a249d356ccd481030e7f5352707b99a824de49b 205 0.14/1.00 vMB 89
239,357 239,357 0000000000000080d36dfcb8d05e2f98de26fcdf9a407aaaa4e46875aaf51def 473 0.25/1.00 vMB 155
239,356 239,356 0000000000000086d6f87a1cc5a5e17b4b6f1b51f78b6fc390d5157616e66e23 701 0.25/1.00 vMB 212
239,355 239,355 000000000000012de2ae26249dcf2cfd60e215bbda445c65b0ed3013cfc36047 6 0.00/1.00 vMB 142
239,354 239,354 000000000000004c51d54d56cee3a512236d9264cba16321c320401506f37fca 52 0.03/1.00 vMB 131
239,353 239,353 00000000000000b8d3718e3070af5e46c0a9b115d5f7c4b0f6851b75cdce5eee 412 0.18/1.00 vMB 147
239,352 239,352 00000000000000a6c6a2e23ce13d7fa41ffe20c3cec50927007e56676b6307b2 81 0.04/1.00 vMB 167
239,351 239,351 0000000000000111023fdaabe8e356f4d8174e28f621718ab055631d6535721e 59 0.02/1.00 vMB 152
239,350 239,350 0000000000000046ebb73a1f112ef1ccc2cb4e26890d2926ac291248f6d21fbc 155 0.10/1.00 vMB 110
239,349 239,349 0000000000000157374e08ecf3e163763330273bf57ede338eb188c273daa94f 121 0.03/1.00 vMB 19
239,348 239,348 00000000000001512d12b77b5b6157074105121e0c15668ada5389acd13127e9 564 0.22/1.00 vMB 185
239,347 239,347 000000000000013c4fb8cec9a197a8fc0f63a6d8dd9e8258d0cf84b664708f3b 217 0.10/1.00 vMB 117
239,346 239,346 000000000000009fbaada8a36eabf4d62093ad5e7ed3bdcd69eac4df7dcdd61d 455 0.19/1.00 vMB 178
239,345 239,345 0000000000000031d20224358823c4d81c582a2afe89076b1a6714c628bbe3d7 269 0.14/1.00 vMB 120
239,344 239,344 0000000000000118b376a8c73f4e1f723b38a76773780f8ee0a6be948f1a9642 532 0.22/1.00 vMB 157
239,343 239,343 000000000000014b21e5a1de7ec5d2e4f2f565bb6822c27df72335b89fa73fbf 9 0.01/1.00 vMB 15
239,342 239,342 00000000000000e1ea39516623d291f5d78c9330e61eed6b63c0501ece01e202 318 0.15/1.00 vMB 163
239,341 239,341 000000000000016157eae83d4e14f70776be5fd62aa259bf6c19b42f0950220d 55 0.08/1.00 vMB 37
239,340 239,340 0000000000000128c8cf8235694e3070914bd8455432749b2a06104c5ce4e536 256 0.13/1.00 vMB 106
239,339 239,339 0000000000000130c7152b38e1152c723c0c6f10a80bd10b4f9021b74fcd069d 501 0.23/1.00 vMB 170
239,338 239,338 00000000000000a24b3e8bfadaa7640c08e52959983de19a86bab98d8169faa3 170 0.09/1.00 vMB 122
Previous 10 blocks ↓
Total Size: 783.13 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: 739.37 GB
    • Received: 18.62 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.