Loading Tool

Explorer IconExplorer

Memory Pool

46,443 transactions
27.30 vMB
0.10047736 BTC
Random Selection Loading Transactions
Max Size: 145.45/200 MB

Candidate Block

Mining Attempt 7aae7d2af168b3ae03a17c3b517c0ec9478a1a78b98ad510b9434ad09e42a789
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root fd54d7b4d0287020178a59b38c912853249cf184f450a57f806ba1a5f40b1107
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,607
Size: 1.00 vMB
Total Fees: 0.04963480 BTC
Feerates: 101.66 > 4.97 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (335,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,982 578,982 000000000000000000180124318d5f8325333c0a848784378325d7bca117c85e 2,519 1.00/1.00 vMB 60
578,981 578,981 0000000000000000000aa4332b65ca21ae90981b3aceccbcccba19eec47a81ff 1,543 1.00/1.00 vMB 40
578,980 578,980 000000000000000000140fa4d5d3950fd2a2f7c608698ad3c632f9fa0f047ead 3,477 1.00/1.00 vMB 159
578,979 578,979 0000000000000000001480b79c15443258f7995a5c1e950d3bd966bb55bc0c87 968 1.00/1.00 vMB 20
578,978 578,978 0000000000000000001292b054d37841e30507b4b302ca514cb552b219feef42 2,503 1.00/1.00 vMB 46
578,977 578,977 000000000000000000066f1d952ff62392f8e13992f8ba1f9c32dd191cfc9f93 1,716 1.00/1.00 vMB 19
578,976 578,976 00000000000000000007ca226cf6198d0c3733751624efa25a8f761d809b72c9 2,122 1.00/1.00 vMB 57
578,975 578,975 0000000000000000002516c190b3a670a264202e6ec4d33610ccf7c0884dae6f 2,977 1.00/1.00 vMB 165
578,974 578,974 0000000000000000001bac9bf15a0ebe6d3f73f6ff22a400e758919d15399e15 2,361 1.00/1.00 vMB 53
578,973 578,973 0000000000000000000148abcd7b6ae3ad341801b68cec9ca76b9bcf8879d4e3 3,276 1.00/1.00 vMB 99
578,972 578,972 000000000000000000058ffb51dbba6ddf0f20af4d6a21bcf7d4dcd82e4ac3a9 2,955 1.00/1.00 vMB 186
578,971 578,971 0000000000000000000db0f65c9f4a747e2a3e8cca204f1fb3f38781eb4d856b 3,117 1.00/1.00 vMB 182
578,970 578,970 00000000000000000018aed4e0aa654c450b0b90795ae09cdd0dfd141f238b45 3,009 1.00/1.00 vMB 157
578,969 578,969 0000000000000000000ada83ff5a403022b9b8b5f55d8960d84e1774de1f0c28 1,387 1.00/1.00 vMB 45
578,968 578,968 00000000000000000024548b5779cb77677c81393309a07e25ee658e48c435a0 2,164 1.00/1.00 vMB 52
578,967 578,967 000000000000000000164d76694c86f76eea1e7eebebca225470a038c3376625 2,287 1.00/1.00 vMB 55
578,966 578,966 00000000000000000020c1810753ffeceffb04f5fd9c57279e5fd7276809e353 770 1.00/1.00 vMB 55
578,965 578,965 00000000000000000006b39adb6bcfc977e96591f49d5a0b527a22f804c0f30d 2,032 1.00/1.00 vMB 97
578,964 578,964 0000000000000000001f223b5856b1db8129ee6054ad35201d205f3446005029 2,963 1.00/1.00 vMB 90
578,963 578,963 0000000000000000001e2650addf3deda21dcd8600f79bc71a14253b5faa1b04 2,991 1.00/1.00 vMB 95
578,962 578,962 000000000000000000092d0ccb15c7af030ffcfadf89a5a23d6a3f92fceaa5e7 2,934 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.