Loading Tool

Explorer IconExplorer

Memory Pool

37,820 transactions
27.19 vMB
0.05831575 BTC
Random Selection Loading Transactions
Max Size: 138.44/200 MB

Candidate Block

Mining Attempt 64c7c75906c99b110fd0badc9ccaf397eb4f4ccc308c373cdf0b7b99364e1df1
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 6743e451001a8b3aa5c0b3a9b4f9bf4154f3516506c2baba753a519bd03eb22e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.00693083 BTC
Feerates: 40.21 > 0.69 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (201,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,991 712,991 000000000000000000073cedc38f39af8f916a2cf1e7f3a2a3654cc32955b8fd 286 0.12/1.00 vMB 8
712,990 712,990 0000000000000000000ac54cb251e8e8cab65ad447b0e037eecc62e2e935e9a6 796 0.32/1.00 vMB 9
712,989 712,989 0000000000000000000c7f3712a1076383cc872917665c796639524c7ccb66e7 2,303 0.84/1.00 vMB 9
712,988 712,988 00000000000000000009d488643b9ac1f30cc024a885f8269ca30f9b80e98d46 1,435 0.57/1.00 vMB 10
712,987 712,987 0000000000000000000325282ec84919f1330bae6c37b9c4f1159283ced9f73a 498 0.30/1.00 vMB 5
712,986 712,986 00000000000000000005fcfa34805e40eb9c3475ba2a60433f889d5513dffa76 2,263 0.77/1.00 vMB 10
712,985 712,985 0000000000000000000201b4ea21c47a9478481bff12f6dc0e95e8282fa2652a 396 0.23/1.00 vMB 9
712,984 712,984 00000000000000000009135a0b33db5bff5d1ece81f15a2827e95bf324c67122 1,337 0.98/1.00 vMB 8
712,983 712,983 0000000000000000000463effc88fb314371155944cbe8eb6e6a7cc79e150ba8 163 0.04/1.00 vMB 9
712,982 712,982 00000000000000000001f49b9793a1d9639f0e9ef3a8e3db8a57ce6a25c12bdd 470 0.15/1.00 vMB 10
712,981 712,981 00000000000000000005b558d90c0f2a68fbdf69d1bef16d83416a8d00a2dad3 1,177 0.62/1.00 vMB 8
712,980 712,980 00000000000000000006455af539086f66755c7f41acbc8c0caede3d880b1513 622 0.45/1.00 vMB 6
712,979 712,979 00000000000000000006c3bef8c1e0aed9c8f584cf94a020cbda69d9c99ba1ca 2,669 1.00/1.00 vMB 10
712,978 712,978 0000000000000000000ac1775bbe70aadb6025b6a44ea0cd726c52bc9ff6c875 1,900 1.00/1.00 vMB 8
712,977 712,977 0000000000000000000742496a837d11079d130ee66544d487d3f424e1154394 2,169 1.00/1.00 vMB 11
712,976 712,976 000000000000000000064a0d066d791ccca1ad08a433e951a94c79074df937dd 769 0.79/1.00 vMB 2
712,975 712,975 00000000000000000004c70e29add38145210e0187bdbabecba9b497277b2d14 1,249 1.00/1.00 vMB 5
712,974 712,974 0000000000000000000b0a619d01b64cf32641aba722f44296be83494efbe087 1,580 1.00/1.00 vMB 11
712,973 712,973 0000000000000000000c7d5f69ac5b8f7f0b5709333807762dfe8bb0a6b30adf 2,586 1.00/1.00 vMB 11
712,972 712,972 00000000000000000008dfb8bf5a07a6f61392f9566295d4e74cc8a9c3ff538a 2,314 1.00/1.00 vMB 6
712,971 712,971 0000000000000000000a536a92d848ce48c360d1754901c4b4e2f366d20ec027 3,603 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 781.76 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: 632.21 GB
    • Received: 12.11 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.