Loading Tool

Explorer IconExplorer

Memory Pool

81,934 transactions
30.63 vMB
0.07750406 BTC
Random Selection Loading Transactions
Max Size: 187.75/200 MB

Candidate Block

Mining Attempt 1c29069abcd1e422fca8d787b7bb6d6df62d62dcc627156dcb4fbf9aac3f3005
Version 20000000
Previous Block 00000000000000000001c9a0bfc95ee466302ac4a5ca5faccc359946d3ec2ec3
Merkle Root 8b261dbff3bdb5008fdf4e1657f1af7c0bbb9154fbd09e37f8dd8ab99ade0f0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,111
Size: 1.00 vMB
Total Fees: 0.00905398 BTC
Feerates: 74.16 > 0.91 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,331 (449,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,434 465,434 000000000000000000f4f9b87f2f8ca99c75666700e544f79cba99acee0a51d1 2,292 1.00/1.00 vMB 96
465,433 465,433 00000000000000000144f491619d0a824472ca24631a3b2eb532499c3a9e3ea8 1,847 1.00/1.00 vMB 147
465,432 465,432 00000000000000000151f675c837bc637342aae809a47c4b391943eb8aff0fd0 2,696 1.00/1.00 vMB 221
465,431 465,431 00000000000000000092b2aca9b2c1c454cacd87af368147183bb7a87ea46aef 2,129 1.00/1.00 vMB 74
465,430 465,430 00000000000000000145ccce5135f4d0c184edf4cfe91581d90434e9b656dfee 2,019 1.00/1.00 vMB 177
465,429 465,429 000000000000000001fbc4fa587d3ac7cf09c7ff179f9fc83a30b30681b40435 372 1.00/1.00 vMB 63
465,428 465,428 0000000000000000014cc191e44a042d148073a65b519c7dd14286136c150a68 1,962 1.00/1.00 vMB 109
465,427 465,427 0000000000000000001f4224779e1a9c5bb71e0b037043ba660aa01b6864dc2a 2,500 1.00/1.00 vMB 229
465,426 465,426 000000000000000001663e8259c323b44efe7cc765884306d056126c30e43f83 881 1.00/1.00 vMB 91
465,425 465,425 0000000000000000012fadf864c0c638ddb6f9b3f070cddf5f4bea946b31c54c 838 1.00/1.00 vMB 81
465,424 465,424 0000000000000000008b696afa004a03f37f3ed17afbb4b63471b4d24ce120a7 1,801 1.00/1.00 vMB 140
465,423 465,423 00000000000000000123dabba2794a53b9d4db76127fe5a4998d14be4cc14571 1,660 1.00/1.00 vMB 110
465,422 465,422 000000000000000001497eaa8bc7a57979c9f06dcf65e4ae2b0f3c4e11a446e9 2,494 1.00/1.00 vMB 191
465,421 465,421 000000000000000000524f946df7f5b26a85f92badb218b94cc9099049cf55d6 1,697 1.00/1.00 vMB 160
465,420 465,420 000000000000000001fb307ceed5c6e304fae032998b994b4a8d7f286c3d6e2f 2,949 0.93/1.00 vMB 151
465,419 465,419 000000000000000000798e8194596426cb4aebf59a9636c7f8f964d7d030d7b8 1,517 1.00/1.00 vMB 131
465,418 465,418 00000000000000000042a93a227084e14f6f1a02a4a4241fd68fc25bee76b69f 2,560 1.00/1.00 vMB 137
465,417 465,417 0000000000000000008e834f0eb952adc54055117d47e28a7d6ed68ba2ee3849 2,090 1.00/1.00 vMB 180
465,416 465,416 00000000000000000217920e091251d4ab1c0f64fd59fb535a4e952853818fd2 2,809 1.00/1.00 vMB 304
465,415 465,415 000000000000000000ff8872b88b7f722d2c871d07e7b5909283ae436c9bd167 1,701 1.00/1.00 vMB 136
465,414 465,414 000000000000000001aaca95ade77c9cc3f0a818bdcd04225a55e2e5b4eae8b3 1,774 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.97 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: 715.77 GB
    • Received: 17.73 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.