Loading Tool

Explorer IconExplorer

Memory Pool

78,354 transactions
29.81 vMB
0.07423524 BTC
Random Selection Loading Transactions
Max Size: 181.77/200 MB

Candidate Block

Mining Attempt 55179c32c62b8a4edfdf6ec650166684a74e1c5d4485b052117ab03c6c15baed
Version 20000000
Previous Block 00000000000000000000f93cccf65ba1bb0d36ddbb9079a10905fd5e8bbf112f
Merkle Root 33d693076a159bce6f7a65c5d230e37bbf157695613bf3641610688d8dbebf3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.00716561 BTC
Feerates: 73.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,371 (467,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
448,032 448,032 0000000000000000013e9b10c883956e7424446dbc043187f2fd6461e21396ef 2,401 1.00/1.00 vMB 65
448,031 448,031 0000000000000000002838f70bfccde604b80b597715d504d0622d6de8198748 2,638 1.00/1.00 vMB 106
448,030 448,030 000000000000000003132284319cb3c45b27effc692c5c886056aae4f2ea6ebc 2,675 1.00/1.00 vMB 69
448,029 448,029 0000000000000000017e69ee969e3dc7c1c6f948554e2357086a006b69587547 1,084 0.44/1.00 vMB 95
448,028 448,028 0000000000000000006ec53f0bde80cc7bad75dd3ba2def6a9d66eead3ef59ad 2,916 1.00/1.00 vMB 67
448,027 448,027 0000000000000000008b2ccc6bcabfe4144b7d48cd1dfd9b77a13f2081addf5d 2,392 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 783.04 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: 719.63 GB
    • Received: 18.10 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.