Loading Tool

Explorer IconExplorer

Memory Pool

86,209 transactions
32.37 vMB
0.10958344 BTC
Random Selection Loading Transactions
Max Size: 194.66/200 MB

Candidate Block

Mining Attempt 10f603d0d379993c6c94b5f862cbf781b6dcb0fd092450422777c04c37a6d3bd
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 8c94f762572d52c9dd3bd6301b9d3a69ba72ac3f95f610c418aef8460fe19eac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,429
Size: 1.00 vMB
Total Fees: 0.03593486 BTC
Feerates: 218.18 > 3.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (231,899 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
683,173 683,173 000000000000000000013c3950dee0ae2af9288fa98f437a939305702d76de28 1,159 1.00/1.00 vMB 38
683,172 683,172 000000000000000000022b8e43268312c026a341bd65a59c9e18bb211030d0b7 1,285 1.00/1.00 vMB 25
683,171 683,171 00000000000000000005ecf3d1aafc7b0ba87bdf2935a7fe1ec47cf491057c76 634 1.00/1.00 vMB 63
683,170 683,170 000000000000000000050c8a404f1494596b7ae9f3ffaa4361e137fc62fd85c3 2,193 1.00/1.00 vMB 61
683,169 683,169 00000000000000000008473490bc60a6bf499362f475d4f57bc60f34d8585f5b 1,088 1.00/1.00 vMB 19
683,168 683,168 00000000000000000008dce2283b4bd8d4301e7312bcd199e8be503f9f0b6a58 168 1.00/1.00 vMB 1
683,167 683,167 0000000000000000000aa00066a96305b43afd01a9aa2038414c5638935b2ab1 1,423 1.00/1.00 vMB 6
683,166 683,166 00000000000000000007d51cc75295626a88e1669bc7d08d00da60cee412d164 1,540 1.00/1.00 vMB 25
683,165 683,165 0000000000000000000b2444ebbba5d7b6a88d3856b53e34e0dbf153cd3e32aa 2,238 1.00/1.00 vMB 28
683,164 683,164 0000000000000000000d1052523e401be51fee6c19f8ab6366359579ba0df998 2,386 1.00/1.00 vMB 26
683,163 683,163 00000000000000000004e5aef124ac708267821c12cfa05a432f9d1446f57d6b 2,191 1.00/1.00 vMB 44
683,162 683,162 0000000000000000000cb383b2a246eeccf273fc371c4ba33e0aed04262668dc 2,085 1.00/1.00 vMB 11
683,161 683,161 00000000000000000003fafad9ef8a827fc38f18080e91afc52a5211fdc973a8 2,124 1.00/1.00 vMB 26
683,160 683,160 0000000000000000000862b26d795bfcc3aa836d8a6b9977530f13c9a1857959 1,792 1.00/1.00 vMB 21
683,159 683,159 00000000000000000001a935dbbe74cb29c05190d1303e788d8d06e30a5a033a 2,470 1.00/1.00 vMB 32
683,158 683,158 00000000000000000001999efb634f2428429f263e74815a3705ba1dc392cc5a 2,439 1.00/1.00 vMB 52
683,157 683,157 0000000000000000000d7d46299d80cbe154cbf4dc8fa7b2c479525e057b9c23 2,510 1.00/1.00 vMB 51
683,156 683,156 0000000000000000000b2fa56af2102e5fce45882593c9c64e3833c7edb92f03 2,176 1.00/1.00 vMB 79
683,155 683,155 00000000000000000000bb3ae9d6440abc872c866259b35fa4ef5ed2537477b2 2,745 1.00/1.00 vMB 83
683,154 683,154 00000000000000000004579197c4b770717bb4f99dd77cbe0ca8da45d57b550a 1,722 1.00/1.00 vMB 39
683,153 683,153 0000000000000000000be352101975f0c2f90edcb1884d37de9961fdb9cf31fa 1,488 1.00/1.00 vMB 66
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.