Loading Tool

Explorer IconExplorer

Memory Pool

43,377 transactions
27.04 vMB
0.06317460 BTC
Random Selection Loading Transactions
Max Size: 142.29/200 MB

Candidate Block

Mining Attempt f48c0ece20fb9e444484793e60febb308c667293b5febd17228176beda38467e
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root c5888e1bf326bf85a74730e8285fbfcf2c6b1027efe2c61958be3bc7ab0e3601
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,362
Size: 1.00 vMB
Total Fees: 0.01287028 BTC
Feerates: 151.15 > 1.29 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (249,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,557 665,557 00000000000000000006902ac1c1becec48643b882f04f4f7f6af2d73674af85 1,982 1.00/1.00 vMB 49
665,556 665,556 00000000000000000009a89ec3a171988d8d9784547695084015eb9148597d6c 528 1.00/1.00 vMB 19
665,555 665,555 000000000000000000088b9fca7aed02bef32353ea2ad5bcd9a2873bfc655c81 1,334 1.00/1.00 vMB 29
665,554 665,554 0000000000000000000626c68a7ae9885443bee4df42f19f23ef7d90c4972fa0 2,159 1.00/1.00 vMB 21
665,553 665,553 00000000000000000002c1dab9a14cbbfd012f42e3fbc4b0461f88d65f19905b 2,370 1.00/1.00 vMB 48
665,552 665,552 000000000000000000096d9c82ca71ae26b69673cc1633caa88ead61f572cc69 1,981 1.00/1.00 vMB 57
665,551 665,551 00000000000000000008d30e75cc7319c2408c25d87c5048b837c48f7bee17fb 1,808 1.00/1.00 vMB 75
665,550 665,550 000000000000000000040c78e9bd3628f7dcd9b2e1a77081a63ab3619512a5ed 2,738 1.00/1.00 vMB 98
665,549 665,549 0000000000000000000da81762f47a3975861f9717341dc26bc7f4d7070d31d4 2,983 1.00/1.00 vMB 103
665,548 665,548 00000000000000000003a0e30dadbbe44a1c96611f8dc6671a9e78fc7465b183 1,819 1.00/1.00 vMB 42
665,547 665,547 00000000000000000005ef2aaa4df7f8b1f6e650c911a5180f2db47b6a70cd82 1,783 1.00/1.00 vMB 86
665,546 665,546 00000000000000000000b801fe9d4904b341f4bd97b4fcf158e1889011a523ac 2,170 1.00/1.00 vMB 54
665,545 665,545 0000000000000000000875be594682e94e7f53b72580120066c1db17f58be383 1,960 1.00/1.00 vMB 43
665,544 665,544 0000000000000000000029bcfae025ced3077c2622a8804abf33f273bcba375d 1,673 1.00/1.00 vMB 46
665,543 665,543 0000000000000000000726c746e42291ce53a87fcba9d5667c0949060092061f 2,100 1.00/1.00 vMB 45
665,542 665,542 00000000000000000004cc9b865f9233747c0a8fc3e91604a8a821fe6867704c 1,906 1.00/1.00 vMB 51
665,541 665,541 0000000000000000000592c02ee15293bf10062c5c6836b89dcacf16fceae552 1,334 1.00/1.00 vMB 62
665,540 665,540 00000000000000000007157505ffcd7a0c6e7a3c09cc6ce52d62292fe34cbc6a 2,075 1.00/1.00 vMB 25
665,539 665,539 0000000000000000000d7fc3801f3ce9e079f7a2f8a904d2262691e587b822a7 1,865 1.00/1.00 vMB 61
665,538 665,538 0000000000000000000bf36e469cfd26fb36225dee958cf4ea87c9afecd6197c 2,194 1.00/1.00 vMB 47
665,537 665,537 0000000000000000000c4c670c25dcaea6940e976263a68d47f6b69a6f00fc5e 1,876 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.18 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.