Loading Tool

Explorer IconExplorer

Memory Pool

83,392 transactions
32.68 vMB
0.10226779 BTC
Random Selection Loading Transactions
Max Size: 195.98/200 MB

Candidate Block

Mining Attempt 3af99bad4279d7ac2c4a6805df784cb9abb2b12c2022da11d86cedd1999e24a7
Version 20000000
Previous Block 00000000000000000000eaf9c170601a8e1fa1829aa8e6facbf5081621bef8a4
Merkle Root 50588979a8fe05020f3b4ea5d71d644bdb8c9eea89dd4e785fc68d97b8900c08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,259
Size: 1.00 vMB
Total Fees: 0.02584849 BTC
Feerates: 265.25 > 2.59 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,173 (360,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,801 554,801 000000000000000000324f39ca4842625afd4eac0179ebc1f93372509e9e1d40 2,251 1.00/1.00 vMB 12
554,800 554,800 00000000000000000020b2bb1e198edf7199a68275a8baedad91ff5a8eaac11a 2,124 1.00/1.00 vMB 15
554,799 554,799 0000000000000000002793f5217ff2987ad1c875a4e14dd5e3e41f2d76eea615 2,403 1.00/1.00 vMB 19
554,798 554,798 0000000000000000000a51bd3306bf7770795da1d7ddf55d94cd968e67b3941e 2,385 1.00/1.00 vMB 9
554,797 554,797 0000000000000000001c2c8dbebef5a0bcc55da0d8b48487548380872cd38228 2,621 1.00/1.00 vMB 17
554,796 554,796 000000000000000000334bd6a792851fef8bd0c26e1a372d108f82756f61d1ad 2,457 1.00/1.00 vMB 29
554,795 554,795 0000000000000000001fd6250d51870d46cc5159edb522c56dde1004da6621d6 2,290 1.00/1.00 vMB 24
554,794 554,794 00000000000000000022ed5569c483699650079d9dabef2e9a560bdbfb8d4c03 2,879 1.00/1.00 vMB 20
554,793 554,793 000000000000000000283862285d9b4631dc8e0a9d99b5cd56818b964c31e74f 3,204 1.00/1.00 vMB 37
554,792 554,792 0000000000000000001782f1a79cdb3ab3382cac9606eab0326f445d96d12961 2,648 1.00/1.00 vMB 47
554,791 554,791 00000000000000000000998b6686778363ecd4af5c437abbef88f353f25719cc 2,089 1.00/1.00 vMB 24
554,790 554,790 000000000000000000344ca8edc553fe475fadaafd570b0dcc018d702b688824 1,181 1.00/1.00 vMB 29
554,789 554,789 0000000000000000002ce40b7594c41a05b33500fef7c6cc940dcbad97401f86 2,426 1.00/1.00 vMB 63
554,788 554,788 00000000000000000001f2c710e16e62cc1e01be14b547c29f42c894bb69e823 2,494 1.00/1.00 vMB 38
554,787 554,787 0000000000000000002523b10cdb6b51c6acf1d5ecdc9b20232b07cd0f2ff88f 2,338 1.00/1.00 vMB 16
554,786 554,786 00000000000000000035be37acf02f34709c84f7bc3063c1f221a27d4028f5c2 3,044 1.00/1.00 vMB 29
554,785 554,785 0000000000000000003565dc5a84f3798089532edaa0596649172ee237aeec1a 3,119 1.00/1.00 vMB 63
554,784 554,784 000000000000000000180283d04ccd360e7a04c69c2afe2c612f0975aa71f2d3 1,604 1.00/1.00 vMB 13
554,783 554,783 00000000000000000029d95b47ce79469e167d5d6e45d9d8085789ca93fe58e6 2,432 1.00/1.00 vMB 32
554,782 554,782 0000000000000000000f425f0907780103578277dabaed4924b601576898f91a 2,605 1.00/1.00 vMB 55
554,781 554,781 00000000000000000023a6a1474bf6009b0367467c06644beadc2dc4eff86224 2,669 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.70 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: 697.33 GB
    • Received: 16.56 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.