Loading Tool

Explorer IconExplorer

Memory Pool

84,270 transactions
31.64 vMB
0.14160997 BTC
Random Selection Loading Transactions
Max Size: 189.02/200 MB

Candidate Block

Mining Attempt 94fddb9ee6fa607844720f7d0b64113070644f5f3b9c4a4a2c72591ee0a9e35b
Version 20000000
Previous Block 0000000000000000000155b2073facafbf0b2f4713974f25dac073632df31896
Merkle Root 68b38fb4e0818e8889417cd2119658ad920970b3b7888aae7398db3aeb3182d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,172
Size: 1.00 vMB
Total Fees: 0.03721026 BTC
Feerates: 55.77 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,148 (301,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
613,471 613,471 0000000000000000000465b201fd33e43d55d08c4e65f76b8ae6027aed48491f 2,812 1.00/1.00 vMB 16
613,470 613,470 0000000000000000000b05f877e6e49b380f4f78b3cfb605b67439f825dba197 2,978 1.00/1.00 vMB 26
613,469 613,469 00000000000000000007d1fc131bae6850f4d03a28662a8d38b32e77d24e3c33 2,987 1.00/1.00 vMB 19
613,468 613,468 0000000000000000000faaa00540dc7e23ec9d5069300dd09f827d3c7ff94eb3 2,603 1.00/1.00 vMB 15
613,467 613,467 0000000000000000000784a6987d72bddf8f74be28533066f578b314d17fcbb0 3,109 1.00/1.00 vMB 28
613,466 613,466 00000000000000000001a45ea9e296f9968734035f353276f33fcd36d1ae6f9d 2,186 1.00/1.00 vMB 4
613,465 613,465 00000000000000000000876d7de22ddc2079d11cedaeeb046fc011361c8944a6 2,875 1.00/1.00 vMB 7
613,464 613,464 0000000000000000000d03d70702bd32cfdd8934b5510820d93dc2f5c24a224e 2,650 1.00/1.00 vMB 11
613,463 613,463 000000000000000000112ba9a296409c79bd098ac46d573c9f29bafce8d412e0 3,237 1.00/1.00 vMB 14
613,462 613,462 000000000000000000003946cc7ddaf0f09767fb616b8904857022b0a751ba27 3,282 1.00/1.00 vMB 12
613,461 613,461 0000000000000000000a5fdb33c4f5c10274328a69262a0e1cd80ebf03578579 3,313 1.00/1.00 vMB 20
613,460 613,460 0000000000000000000b502cc160e2aeb84f23d5915e7c2942714d4d1cf0a359 2,754 1.00/1.00 vMB 21
613,459 613,459 00000000000000000006e4f2b6a7fb7e963d0c2e1414827f0a81bbaed3a15511 3,679 1.00/1.00 vMB 18
613,458 613,458 00000000000000000008326bedac43e089fd66f6e17018c22c57cf5ebcf76991 2,861 1.00/1.00 vMB 32
613,457 613,457 000000000000000000052cd638023189750869a028359c8105b39525c52b76da 3,001 1.00/1.00 vMB 12
613,456 613,456 000000000000000000073565ff34c802be7867f8ebccfbf9cdb4898d9af2e40a 2,951 1.00/1.00 vMB 21
613,455 613,455 000000000000000000029bb4ab1e0d63fa1bac77ba892ff9ee48175c48c3f189 3,310 1.00/1.00 vMB 18
613,454 613,454 0000000000000000000398869e33e6768dad4ecb5069bd9c8e6e4c360897723f 3,174 1.00/1.00 vMB 24
613,453 613,453 0000000000000000000f815828f90a989e6ce432c07362dc4d89728b2fd8a028 3,454 1.00/1.00 vMB 22
613,452 613,452 00000000000000000007fdf62fc1b35d2ac8f0ef95590736b6c07a0beb26e4c0 3,311 1.00/1.00 vMB 19
613,451 613,451 00000000000000000005af9a739a840b2b7e5e782b6a6869b94fcc1b48d85b00 2,152 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.65 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: 672.72 GB
    • Received: 16.32 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.