Loading Tool

Explorer IconExplorer

Memory Pool

80,697 transactions
29.67 vMB
0.09971189 BTC
Random Selection Loading Transactions
Max Size: 179.54/200 MB

Candidate Block

Mining Attempt 768f1bf1a0336ebb40fea7c7ec721b7344e07723a08cf84ca743e11870a0cecf
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 046f20320e264eeff82c537018534c09b9a9da9bc39419aba11f1254d58eb903
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.03606492 BTC
Feerates: 146.36 > 3.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (260,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,676 654,676 000000000000000000047f5582b79de5dcd2935c95f5998b5d138a852241c421 2,927 1.00/1.00 vMB 284
654,675 654,675 00000000000000000008106b2642b10d708eae883c08c29ff7c5080633b2c3ea 3,043 1.00/1.00 vMB 270
654,674 654,674 000000000000000000093350ebdda41854a1a7fd7a7a7f57927e021cd988ca01 2,968 1.00/1.00 vMB 312
654,673 654,673 00000000000000000005d9e64536885cfb04b51e6b6bc75173ada2e09b14cc00 1,979 1.00/1.00 vMB 273
654,672 654,672 0000000000000000000bf458148fda4f4c1eaca067d5d7660f318b0b38961a4b 2,404 1.00/1.00 vMB 277
654,671 654,671 0000000000000000000896b08f6fbcb6f8ec3f21f3957450fdc5cfff616dc759 3,401 1.00/1.00 vMB 332
654,670 654,670 000000000000000000040aa60fde4e71a4fea76c46866dc0e8a233a82a5181a3 2,971 1.00/1.00 vMB 287
654,669 654,669 0000000000000000000b2d5b126a36b11a2d12d8d43dc2bbfb2dbedd577dd4fb 2,910 1.00/1.00 vMB 293
654,668 654,668 00000000000000000000e0993de2001887aeebe4003df23eabff9007fea6cbad 2,903 1.00/1.00 vMB 279
654,667 654,667 0000000000000000000067b663dfc4839462dd74001cdae65ec773e8ff64da92 2,726 1.00/1.00 vMB 305
654,666 654,666 000000000000000000095aa703ea8d1511c8bbfd7fd2dc1227471acf15498640 3,127 1.00/1.00 vMB 316
654,665 654,665 0000000000000000000b50d94d3cb83af642b95c29bdac0c5ad2df8bb4f61c98 2,581 1.00/1.00 vMB 266
654,664 654,664 00000000000000000000d7ae1175088597734da6dd0b18105927c8d67319e5e6 2,612 1.00/1.00 vMB 276
654,663 654,663 00000000000000000008473440d77092a669e55c3f377da8c96bcdb40a81d727 3,095 1.00/1.00 vMB 328
654,662 654,662 0000000000000000000511441132bfa7f0b19bf120badf6f5a21f4835eafff81 2,889 1.00/1.00 vMB 286
654,661 654,661 0000000000000000000c3783493ec42920d98ada02c2fd204630c98e93a53839 2,871 1.00/1.00 vMB 259
654,660 654,660 000000000000000000059102a9ab811429bdd049a479500d2dfc2e7cc6bcc224 1,834 1.00/1.00 vMB 265
654,659 654,659 00000000000000000006907c227869d792bcc5740e8b8997c79eb633eabc6d90 2,557 1.00/1.00 vMB 241
654,658 654,658 0000000000000000000a1ab9c0a99b2808c9fae8ef41f4dd5cdc06b4ed21b6a7 2,878 1.00/1.00 vMB 236
654,657 654,657 0000000000000000000d8b9ce636d0e9bd1eb75355d8ee4cfcf64309a8a2c70b 2,915 1.00/1.00 vMB 280
654,656 654,656 00000000000000000003f91310bfc6f28b40c258601ec601d07caa518cc739d6 2,676 1.00/1.00 vMB 246
Previous 10 blocks ↓
Total Size: 782.58 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: 671.29 GB
    • Received: 15.90 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.