Loading Tool

Explorer IconExplorer

Memory Pool

36,253 transactions
26.21 vMB
0.06929787 BTC
Random Selection Loading Transactions
Max Size: 133.46/200 MB

Candidate Block

Mining Attempt e5865a40c63d8cae531a895a877ececb665a207a4a688b95beec697691f93550
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root 6579dd2f5f254ded647e0f4afb4d6cb5bb8f0a2da1bea6599e06f708f249c410
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,025
Size: 1.00 vMB
Total Fees: 0.02051369 BTC
Feerates: 165.59 > 2.06 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (82,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,322 832,322 00000000000000000000069186e43faab2769b0127f7457960f4dd2a9c4ebb69 3,054 1.00/1.00 vMB 51
832,321 832,321 0000000000000000000088d5c77a1c1737abbea3b713bb870d3553b1f901890e 2,779 1.00/1.00 vMB 47
832,320 832,320 0000000000000000000224e22fafac70f7962d2e14e3e1a4a8d2b77ce59acede 2,245 1.00/1.00 vMB 30
832,319 832,319 000000000000000000022861e12a82b5f4491e2ebffd0679dc99061348fb7ea3 2,855 1.00/1.00 vMB 43
832,318 832,318 00000000000000000002563dcebe8f30cb8340d7c1f9bfaa0ad9994bc28a5dee 2,694 1.00/1.00 vMB 33
832,317 832,317 0000000000000000000240293223ac075989c2e4bdb24f188883dd32c50e1f5e 2,964 1.00/1.00 vMB 43
832,316 832,316 000000000000000000019ab795a7e5f89a5b8390d9c0c191a315e6dda52f11e6 3,640 1.00/1.00 vMB 52
832,315 832,315 00000000000000000000944d7259981e9d2a23235c0c46e0218ca7c44906266f 3,522 1.00/1.00 vMB 47
832,314 832,314 00000000000000000000a4b50165b439f43cfef6ee2ce48ae85a68872bee6f01 3,179 1.00/1.00 vMB 58
832,313 832,313 00000000000000000000bc2059a5b894675342a5d3b2208221e2dd5131f1b881 2,840 1.00/1.00 vMB 38
832,312 832,312 0000000000000000000221a8a4a06a522fb4a0174486878ea8b0b5a6a0011b3f 2,468 1.00/1.00 vMB 33
832,311 832,311 00000000000000000001657ebc4b6e0b901fa9aecf3b0c14e9fb2e4644e63486 2,636 1.00/1.00 vMB 32
832,310 832,310 0000000000000000000360bed94698cf60005c778a7d33866a0a26579c689c6c 2,996 1.00/1.00 vMB 34
832,309 832,309 00000000000000000002e26e07cd117bc23d3774c0329d186c1fee45fa674ed4 4,484 1.00/1.00 vMB 14
832,308 832,308 00000000000000000001792a9754483e707124fcbf77a558ca0d2c01b66ca3f3 3,464 1.00/1.00 vMB 47
832,307 832,307 00000000000000000001d96d366d7b0b2301a9dd2f980265e302e6ee5fed04e9 3,317 1.00/1.00 vMB 59
832,306 832,306 0000000000000000000278232220d5288e84301f314b18ef9fa5d3d93292825a 3,204 1.00/1.00 vMB 65
832,305 832,305 00000000000000000001c7070f7ebf5f3dfc5446c85e4274e0b621a0db3c2727 3,373 1.00/1.00 vMB 42
832,304 832,304 000000000000000000009449a3e7cf218daecb8ab626c6bfbff7185bceb32922 2,684 1.00/1.00 vMB 43
832,303 832,303 000000000000000000001786698438cb2ee43b49539a9453372fd071f6cb2622 3,418 1.00/1.00 vMB 50
832,302 832,302 000000000000000000000ca2430741ddf93bcb1225543814e00ed4f2ca0f1444 3,348 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 781.85 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: 638.25 GB
    • Received: 12.47 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.