Loading Tool

Explorer IconExplorer

Memory Pool

36,220 transactions
26.14 vMB
0.06968698 BTC
Random Selection Loading Transactions
Max Size: 133.22/200 MB

Candidate Block

Mining Attempt 86c62879c46a996b45835af2b3f830751fcfbc2db2aac5691e5ead7ca8eda206
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 4f91e07dc91b4fc2a62512a8232fa9c6c7a210b3e779607fe90eaffee36d107d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,383
Size: 1.00 vMB
Total Fees: 0.02117866 BTC
Feerates: 120.00 > 2.12 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (82,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
832,301 832,301 0000000000000000000051e1af296f5d87f0b50786ece8bf5873ecb886a1dadc 3,012 1.00/1.00 vMB 52
832,300 832,300 0000000000000000000085d57df7bccd93182e71352cf8d0157a757484e0fa3e 3,357 1.00/1.00 vMB 58
832,299 832,299 000000000000000000036eb7d73bfb039975ec0b91c2997ff302f6c04f730d81 3,923 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.84 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.04 GB
    • Received: 12.46 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.