Loading Tool

Explorer IconExplorer

Memory Pool

77,098 transactions
29.07 vMB
0.07895608 BTC
Random Selection Loading Transactions
Max Size: 177.84/200 MB

Candidate Block

Mining Attempt b4d0be85c94d8a2ddbe0336ed08410e622193f5360fc52ee5df32a2b3d0b851d
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 764ff58a34574b7460ff66cca8bb63aae44c078e8001fcb4e8a6ee97d322ff11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.01554556 BTC
Feerates: 301.60 > 1.56 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (513,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,794 401,794 0000000000000000012fde5843edc324d73e5198dacb728e32bc4ffa59731792 1,013 0.99/1.00 vMB 21
401,793 401,793 000000000000000003120b867c072e084ef1b2e1ae9c589bb16a9fd1416353c2 1,160 0.75/1.00 vMB 39
401,792 401,792 000000000000000003e6fd399a11319419d6f1b61901bca59ad00cc9b0fca3a6 1,991 1.00/1.00 vMB 35
401,791 401,791 000000000000000005780ba9ec3336d98265d6166fc56cdfa36c11d887c02ca2 1,534 1.00/1.00 vMB 47
401,790 401,790 0000000000000000033348120fd53c1e55159df929eb96e746d4bd3ca7eb78b4 1,526 0.93/1.00 vMB 61
401,789 401,789 00000000000000000212b277386fafe6ada7ca66839026bd1203d5d2eb2c1340 650 0.93/1.00 vMB 54
401,788 401,788 0000000000000000052868a1e72b2e760e57152bb1dc6e23b52b57ad667bede9 475 1.00/1.00 vMB 51
401,787 401,787 000000000000000006c080365e22b31cca95a77f2260efbc6eb8b1b0a5d7a5e9 383 1.00/1.00 vMB 50
401,786 401,786 0000000000000000056aaadc42bfbc212aaeab024ac2b3f17e6364e6555ae4d4 1,477 0.62/1.00 vMB 45
401,785 401,785 000000000000000001b108038b3d0088a4157cb8f1d1e81b023d62ad118ba9b0 1,251 0.67/1.00 vMB 48
401,784 401,784 0000000000000000059df58067a601d59e818a772a9a05b1b7ec7f9b5e0b67be 628 0.46/1.00 vMB 31
401,783 401,783 000000000000000002ab0acbab225f5f5b669f24858eddc8b559bf231226b2cd 514 0.31/1.00 vMB 29
401,782 401,782 00000000000000000191dad43f88f298dbdbe1f1b34c0e1d5fe553e9d930fecf 270 0.14/1.00 vMB 42
401,781 401,781 000000000000000002f0fd1bee33f20adc4dbca3f73b14088060573635e0f4fa 1 0.00/1.00 vMB 0
401,780 401,780 00000000000000000471722be2804ba8ece684e23a1e04938080c1712537bbfb 489 0.39/1.00 vMB 40
401,779 401,779 00000000000000000260a9ea47cab0e88d3841105b00fb7aab015a7efa2d1710 1,752 0.91/1.00 vMB 44
401,778 401,778 000000000000000002f6e00cf483cc5ae199d90bf2a12f18d7659aaa651a29a8 355 0.23/1.00 vMB 43
401,777 401,777 000000000000000002bc3b6b3827e9912f6afe86a2f0c8b2f96f3f1201e3b944 452 0.39/1.00 vMB 50
401,776 401,776 0000000000000000006b9c10e200258ab3ff831d900542dc27ff33b06d352405 1,176 0.77/1.00 vMB 25
401,775 401,775 000000000000000001eee5961a5ec21c6ec6f01ab7c64b831ef414d41c301bc3 2,219 0.99/1.00 vMB 42
401,774 401,774 0000000000000000056ddeddd2adc25c3b761ff5ca8333a03c6ec8aaa6c3e0f0 2,971 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.81 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: 710.28 GB
    • Received: 17.05 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.