Loading Tool

Explorer IconExplorer

Memory Pool

86,180 transactions
32.36 vMB
0.10893538 BTC
Random Selection Loading Transactions
Max Size: 194.60/200 MB

Candidate Block

Mining Attempt 13e30584fceaf4e55caa96ef81012a26b0017e0bef9baf8ea76677aa7c2e7b16
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root ed8571ee517dce8aaa7e3d04408b9389b6361c8076d17eb4e10f8119ed8e9624
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,425
Size: 1.00 vMB
Total Fees: 0.03540821 BTC
Feerates: 218.18 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (515,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,098 399,098 000000000000000005f8d2bad188cfda51c7b28fde321e74691e46401027a340 2,082 1.00/1.00 vMB 36
399,097 399,097 000000000000000003dc0ee00d9a86ee27b889283efd9421305956f8ea5d7d53 556 0.88/1.00 vMB 16
399,096 399,096 000000000000000001b19b53932ceb10ba6fe13878f31236f0511b2ff74f9cef 281 0.16/1.00 vMB 38
399,095 399,095 000000000000000000da88b4d10aa97bc5c957a166ab8f2a05c786d5301fe7db 398 0.19/1.00 vMB 40
399,094 399,094 00000000000000000022980f6322f54bf5f70c4608233303d99717003ede86b0 730 0.92/1.00 vMB 15
399,093 399,093 0000000000000000013d5c53693004215d127b921ff093988dfe3bef4b752f4e 2,390 0.99/1.00 vMB 42
399,092 399,092 000000000000000005c721c18dba8bfdf9456d1a2e8b581f3833137cf05e785c 2,762 0.98/1.00 vMB 57
399,091 399,091 000000000000000004467caf3911a8c68156bb9f74b4fa20f3c992ac404be1fd 1 0.00/1.00 vMB 0
399,090 399,090 000000000000000000ab11fb340a9125e00e2c05603fd0c411f357e0a83f34a3 832 0.99/1.00 vMB 16
399,089 399,089 000000000000000001afea2163b9571d4e07986e6a53303df3562ea69a741e8f 2,055 0.93/1.00 vMB 33
399,088 399,088 0000000000000000077fa1a388bb2a169b4c905a68152989b2797fdd5f33c62b 2,130 0.75/1.00 vMB 63
399,087 399,087 000000000000000000f4e36d8e990b9947b5349e4aa075b3c81997c07ab44f80 1,577 0.69/1.00 vMB 46
399,086 399,086 0000000000000000000ffa49739aec998404c96e6d03edf18c7845c1c773fe7a 1,567 0.95/1.00 vMB 28
399,085 399,085 0000000000000000016529b2eae024a88582015a9a55374fd65b2bda6f5aac79 2,162 1.00/1.00 vMB 44
399,084 399,084 00000000000000000623bea4c3226bc77ff34365478b3650f9496c439055dc48 1 0.00/1.00 vMB 0
399,083 399,083 000000000000000002744edd3e9c31547067e8bb5a15a27627f6042b1a0e854f 1,234 1.00/1.00 vMB 28
399,082 399,082 000000000000000002310de15eeb17e465e856a3311f0baf2e699acef9622f72 1,550 0.75/1.00 vMB 41
399,081 399,081 00000000000000000664f6a4d3ae1bfef155980cb2502ff6e6de5c5bdee8626f 2,304 0.84/1.00 vMB 72
399,080 399,080 000000000000000000dcf1145904e82ba8f2f10238819d7e5743ff8d4e8d5a35 235 0.15/1.00 vMB 27
399,079 399,079 000000000000000006b1f96c1dec9837deb4005e1fb2217416d140ae9fa2bb8b 1,585 0.92/1.00 vMB 37
399,078 399,078 0000000000000000060fb41bd1424702734b92d23b37ceb9f479b0b14cf0d164 1,685 0.94/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.