Loading Tool

Explorer IconExplorer

Memory Pool

40,216 transactions
28.85 vMB
0.06664919 BTC
Random Selection Loading Transactions
Max Size: 146.96/200 MB

Candidate Block

Mining Attempt d5f6dde3f2b7f7ea45f8c6f422c1c7e24f0263efe13c9e94dd54790c22320bce
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root ee19ed84f0046371b36bcabb9f5023a1ab4b39a59a3955c64e43beb279031b95
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,239
Size: 1.00 vMB
Total Fees: 0.01067107 BTC
Feerates: 101.61 > 1.07 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (175,515 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,021 739,021 00000000000000000000c31ad12f3c3ffb9e9c039cc5f60eadad509feb89f906 2,993 1.00/1.00 vMB 17
739,020 739,020 000000000000000000046eb46ad941028381d3534c35658f9c80de0641dbbb31 2,566 1.00/1.00 vMB 21
739,019 739,019 000000000000000000073f1c49b4c4895f3fa6b866d1e21ab8b22f3f9318b42f 3,472 1.00/1.00 vMB 28
739,018 739,018 00000000000000000001c0da25913bd118ef85809500628704b7ffaf1f0b3dc9 3,638 1.00/1.00 vMB 21
739,017 739,017 0000000000000000000633a0ebf34b5b6f94097edd6f52c6ae4c9ea1d16a49a9 2,122 1.00/1.00 vMB 25
739,016 739,016 0000000000000000000448df9649320a3b694e0afc158da4ed15e0aa14fca458 3,144 1.00/1.00 vMB 38
739,015 739,015 000000000000000000023e55fc078bdddd2b2c3aeddf5b69466bf114bc28f942 1,306 1.00/1.00 vMB 14
739,014 739,014 00000000000000000007a52a8b378d13e3b35b63a70d4d7cbcbf0f6a406f923d 3,509 1.00/1.00 vMB 20
739,013 739,013 00000000000000000005becf8460173e72d08c582eaa62c7fff88c9572ae0492 3,131 1.00/1.00 vMB 19
739,012 739,012 0000000000000000000626d58579766338ad530ba323d7e927e9e3da745de269 3,237 1.00/1.00 vMB 20
739,011 739,011 00000000000000000002f6f4db035919de05911f89554b7834b8ab5a5d842a9d 3,258 1.00/1.00 vMB 18
739,010 739,010 00000000000000000000aefed0e59a531a527c8fe50814e8f977f3b3a4a33ecd 3,404 1.00/1.00 vMB 26
739,009 739,009 00000000000000000007109af3b00dff83e431359e98f21172c07566e5ae3062 3,141 1.00/1.00 vMB 23
739,008 739,008 00000000000000000006263ff06a849ad950bec8ca7cac50230224db541ba374 3,083 1.00/1.00 vMB 23
739,007 739,007 0000000000000000000049a8af34bec8d9db75c926b78e527293d8cc05e0efb3 2,639 1.00/1.00 vMB 18
739,006 739,006 00000000000000000005e635ae746bc79638f394f1e053474adfa7ddf7476d56 2,621 1.00/1.00 vMB 24
739,005 739,005 0000000000000000000444004bd42d25b6a670bab5e9e393f22765a735e40c64 3,022 1.00/1.00 vMB 29
739,004 739,004 000000000000000000077b5bfe18884852891012a93c3f16f638d3330e7a1dcc 3,755 1.00/1.00 vMB 19
739,003 739,003 0000000000000000000384e271c8715f0aff9027fc95109bc50e5aa9107051a4 1,218 1.00/1.00 vMB 18
739,002 739,002 00000000000000000009008cebec926c294f08ae46a09ab8818fb6a6a53ea844 2,635 1.00/1.00 vMB 22
739,001 739,001 0000000000000000000205e3fea6b18e836c5c021bb3ca4a35ba9e0ee08f851a 3,133 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 781.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.20 GB
    • Received: 11.31 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.