Loading Tool

Explorer IconExplorer

Memory Pool

80,537 transactions
30.36 vMB
0.08531519 BTC
Random Selection Loading Transactions
Max Size: 185.29/200 MB

Candidate Block

Mining Attempt a50fdd7c5b50f5b770229b523d147653aae758896318cb2ee403a97a813871a9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root ed3b06c553a0b0608533e2c61dfbc29d08d51d86132179e961ae315d5b91ae4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,779
Size: 1.00 vMB
Total Fees: 0.01745270 BTC
Feerates: 402.75 > 1.75 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (467,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,053 448,053 0000000000000000015fb386673b0af29c13c4c761e8c3ed66c37fe93d04b45b 2,139 1.00/1.00 vMB 77
448,052 448,052 00000000000000000034df9c785745c91901243e78a7d1661783f65f3914e4c6 2,601 1.00/1.00 vMB 95
448,051 448,051 00000000000000000185fc5f7539baf8ddb0999bfc1f023d5c1a808aee69ed8a 1,296 1.00/1.00 vMB 50
448,050 448,050 0000000000000000032dfd023444fc22eeaa9f67c48c97dc995ddd3cce64cfe2 1,234 0.99/1.00 vMB 34
448,049 448,049 000000000000000003037ee3b5769b8de311e962f1a628e602d647a2f0239979 1,651 1.00/1.00 vMB 38
448,048 448,048 00000000000000000302d3b3de3cd6fe524b1597030a23e17288023df92a782f 2,491 1.00/1.00 vMB 85
448,047 448,047 00000000000000000002ab40b8a7d26517015ee5489ecf61f763cc154d923b19 1,864 1.00/1.00 vMB 64
448,046 448,046 000000000000000000ab35f62ef2eaf3af0b2654708c2914a577bf13e123e10e 2,253 1.00/1.00 vMB 77
448,045 448,045 000000000000000001807ac044152785d60bc05eed2707001c669fab2a5a5128 1,958 1.00/1.00 vMB 52
448,044 448,044 00000000000000000000053d3dfcc6d5bdf653567672b3e3771c54a36b0cd088 1,908 1.00/1.00 vMB 68
448,043 448,043 0000000000000000020436a82486275b08dd40942a56d8c1c20b3b2e80a47700 1,439 1.00/1.00 vMB 46
448,042 448,042 0000000000000000014136c4058a1fec7279d1f0a24b628baa42219208d91f54 2,217 1.00/1.00 vMB 75
448,041 448,041 000000000000000000d75ed65210d2f500a00f1bdf9a507cfb737828051052c3 2,786 1.00/1.00 vMB 83
448,040 448,040 000000000000000001659cbf9ab0d022ce2b14caa26fd62d5fb50ee2f14728d0 2,609 1.00/1.00 vMB 89
448,039 448,039 0000000000000000028ae9116296f458d0257dbf7b9a9c10e3bfcc0f63972f52 2,103 1.00/1.00 vMB 71
448,038 448,038 0000000000000000022edd0143207d3a42ac70ecbf71f29542462ea41d5ff865 1,701 1.00/1.00 vMB 54
448,037 448,037 0000000000000000000cd4c17fc47b0194b2dffc4eda1bdcdb6025b9c3d54fb8 2,537 1.00/1.00 vMB 73
448,036 448,036 0000000000000000024c16cbf3231ffb469403f46fdd263caf5c6db0b4bb4811 1,931 1.00/1.00 vMB 74
448,035 448,035 000000000000000001bb113f5acf1e595a60d13aad989c0b48d7782bb7e368b7 2,245 0.75/1.00 vMB 110
448,034 448,034 0000000000000000028ae6143c2f709418d8407969f8400f40b15a9215488263 2,387 1.00/1.00 vMB 84
448,033 448,033 000000000000000001154fc556844677e624aff6e4774b3217142fc549082a69 3,090 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 783.00 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: 718.59 GB
    • Received: 17.92 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.