Loading Tool

Explorer IconExplorer

Memory Pool

78,218 transactions
29.29 vMB
0.07728849 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt d8b5d5296164d6fd26f55abe2b16eeea1e32d6d9a0ffcc511cac2aab6cc6c614
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root fe209d765f5312460a8bf6bb6e56814d79f2e4f989e89efcb970d7b6b02f7b90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,524
Size: 1.00 vMB
Total Fees: 0.01315834 BTC
Feerates: 73.20 > 1.32 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (505,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,985 409,985 000000000000000005d5d3b7f774e2655a251fd8676fa9a3fbfaf3c17884b56c 447 0.46/1.00 vMB 24
409,984 409,984 000000000000000003db9ba5aa6825faaae5c716dac82e5d87c9f8be495a7756 1,777 1.00/1.00 vMB 35
409,983 409,983 00000000000000000559f8d47f2943c8cb6d20aab5ae19ac254e6ff7d3d8ce3f 332 0.17/1.00 vMB 44
409,982 409,982 00000000000000000520d68fac8ffe92b8b479313740f2e2ec7a02fb4ba5bab3 987 0.90/1.00 vMB 27
409,981 409,981 0000000000000000057337f1689874e5133980faae37a52ab6fca3da40437905 1,553 1.00/1.00 vMB 36
409,980 409,980 000000000000000005a594ca0fbbddb29fdd3d9df5b8d64a210d90303a105357 1,330 0.99/1.00 vMB 30
409,979 409,979 000000000000000002a6d75d687d437fb544c0c4e645e35be87dd3df50f4ab93 614 1.00/1.00 vMB 18
409,978 409,978 000000000000000000deb00e1ce07b0647f7f15a86ff9a7727f49cf56cdca460 1,410 0.98/1.00 vMB 31
409,977 409,977 0000000000000000010ce543649a6422b43b3fa727e6d6008b79e03e7450f793 1,565 0.96/1.00 vMB 28
409,976 409,976 000000000000000003f960b6d8dd9aa2e5b0b03ae3fd39b4a3574b9a83b59ffc 1,728 0.90/1.00 vMB 36
409,975 409,975 0000000000000000000062dcfb90285f1afa207130a8e78fabac674fe2eb6e43 1,115 0.81/1.00 vMB 25
409,974 409,974 000000000000000001e0e57188d3ed848a4ddd1237c1f7cabc0d50d6f552d576 1,786 1.00/1.00 vMB 33
409,973 409,973 0000000000000000021839dd252b02e1dac956b439181ba6977ed06726472f3a 978 0.36/1.00 vMB 41
409,972 409,972 00000000000000000325f58e44624b31ee519afb1eee6d46afc2faacde3cbf09 2,187 1.00/1.00 vMB 37
409,971 409,971 000000000000000004520f037c30001bb49239d00a9fd9d87f6092d954b4228a 207 0.08/1.00 vMB 38
409,970 409,970 000000000000000004e2e6efde8dc2527c82369bce7623bbc17138b3560456f9 1,835 1.00/1.00 vMB 31
409,969 409,969 000000000000000005d4f06890028e70b14cfaadd602fd25ad8aae590b859845 731 0.34/1.00 vMB 36
409,968 409,968 00000000000000000471a10decc0e0d177dd02987adfde76221fed6f87b86303 1,185 0.68/1.00 vMB 26
409,967 409,967 00000000000000000357805792ca1fe70ee5ffbaa3f53115869f08bd77f94e2b 2,690 0.99/1.00 vMB 41
409,966 409,966 00000000000000000580a88567bc5a16e0f9fdb032d0fea2e5889e18e9345eda 407 1.00/1.00 vMB 5
409,965 409,965 000000000000000004232301cd4c0bdaf43cc726e967ee9512f77bbda5a8b333 2,191 0.86/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.