Loading Tool

Explorer IconExplorer

Memory Pool

78,532 transactions
29.81 vMB
0.11599063 BTC
Random Selection Loading Transactions
Max Size: 179.14/200 MB

Candidate Block

Mining Attempt 648ec2b8224f8c7f5d50774e7e748dacd033d79d0a4373f4b60c6f39e8dd67bf
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root afe24d48a90ad34ab1bb7a40ae6bfe978b4f7dc0ee316be68c6c6600e5b88748
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,183
Size: 1.00 vMB
Total Fees: 0.03476919 BTC
Feerates: 673.02 > 3.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (260,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,038 655,038 000000000000000000082e33874beb058e77d532e58141ecc95cbdff6080c9c0 1,858 1.00/1.00 vMB 34
655,037 655,037 0000000000000000000bcb932de1dcf055d52fbeb0f2db9bc4f204362ba0de1e 2,422 1.00/1.00 vMB 51
655,036 655,036 0000000000000000000a111939333bce6e2a5ab266105241b1a3cf92f35c5509 2,670 1.00/1.00 vMB 66
655,035 655,035 0000000000000000000d2e209e465d67ed0db8022a2036de67f5a07d9cb6c5f6 2,102 1.00/1.00 vMB 257
655,034 655,034 000000000000000000074db5322935d53ca9760948190b080424a5490003d660 2,738 1.00/1.00 vMB 205
655,033 655,033 000000000000000000063c3e6d9da7bfd6be34fbc9ad7f998ae8eee502fdd8bb 2,470 1.00/1.00 vMB 151
655,032 655,032 000000000000000000084e6b538c53372951e5f3463dba3dc169b0eda6e892e7 3,084 1.00/1.00 vMB 208
655,031 655,031 000000000000000000057d1ffc5fbfdf0f4fa8a4a4566a1295205e37c4c790e5 1,816 1.00/1.00 vMB 93
655,030 655,030 0000000000000000000844c9c880539b39b1e4d2aa17247b71f8c2d472f09a42 2,326 1.00/1.00 vMB 91
655,029 655,029 0000000000000000000d430ee5a804e9fb92bb420087402283add7205cef6817 2,557 1.00/1.00 vMB 177
655,028 655,028 00000000000000000000a24b100187c0fc86b90fee2a96b4e4b97fc55f9ee949 1,885 1.00/1.00 vMB 59
655,027 655,027 00000000000000000002b71eb8b8ab289f7e8a6a6c2b76b0eb32aa599d4a5db1 2,224 1.00/1.00 vMB 82
655,026 655,026 00000000000000000000d500841329e147e45840cdef7de71c7092807606a8b7 1,789 1.00/1.00 vMB 38
655,025 655,025 0000000000000000000749d14b44360996966386a5ef45e3d3f6ae60fe053067 2,794 1.00/1.00 vMB 188
655,024 655,024 00000000000000000008c6a2c72d66cc84db2dc75c7fa6f1f15737e9e1601988 2,350 1.00/1.00 vMB 95
655,023 655,023 00000000000000000001bf6107f5d2cb4bb16b992b5c417e6a0b01c87872159a 2,018 1.00/1.00 vMB 122
655,022 655,022 00000000000000000006f3a39b890180e37950f6725a6b5e9f797f0058fc6590 2,342 1.00/1.00 vMB 197
655,021 655,021 000000000000000000024d5cae15f7310ce38a635b13fdf0f25ae4ff27ce6f67 2,492 1.00/1.00 vMB 52
655,020 655,020 00000000000000000007cc09af82474de896b2eb1b9d824b099197b7d0215586 3,002 1.00/1.00 vMB 149
655,019 655,019 000000000000000000058af02b34f9bd535c33c605624516b6e7a1b1715201db 2,920 1.00/1.00 vMB 62
655,018 655,018 0000000000000000000d1b5977dac32f48ce4f160851343686341e8cb3bdd6af 1,874 1.00/1.00 vMB 133
Previous 10 blocks ↓
Total Size: 782.86 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: 713.04 GB
    • Received: 17.28 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.