Loading Tool

Explorer IconExplorer

Memory Pool

49,138 transactions
28.34 vMB
0.08174353 BTC
Random Selection Loading Transactions
Max Size: 151.46/200 MB

Candidate Block

Mining Attempt b1fa72247c4fa0c7e982aac7415e944401d3ae0d8e0be6da2701a9b190fef210
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 68a2583ad0ee3a42f8fff69064eaf2cbfe6e06f976246969e945665205797e01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,107
Size: 1.00 vMB
Total Fees: 0.02760853 BTC
Feerates: 500.45 > 2.77 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (337,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,732 577,732 0000000000000000000fc81d0ae2f8d9d7405f612f4bb17168a10884ad5e596f 3,247 1.00/1.00 vMB 171
577,731 577,731 000000000000000000104899d516ded9589dde141a5a3bd73a2f03b96d0ba912 2,515 1.00/1.00 vMB 152
577,730 577,730 0000000000000000002062d9c3da9ca7adf97e9ebc8e93930406b24eaa24710a 3,415 1.00/1.00 vMB 166
577,729 577,729 0000000000000000001e7b8d713009a1257a720d5e77d85ca609a7cac45e9822 2,576 1.00/1.00 vMB 154
577,728 577,728 0000000000000000001688afcabf440eb79be5b8d438ec5143a8a64946eb110a 2,966 1.00/1.00 vMB 179
577,727 577,727 0000000000000000000e99bfeeebc6c7321c89edcf6a2628cc57526854a5a34c 2,221 1.00/1.00 vMB 152
577,726 577,726 0000000000000000000d479a24878c885f8be98698feaaddea4db343992d038e 2,511 1.00/1.00 vMB 166
577,725 577,725 0000000000000000001639a2d31d36e013f08b31b6c3f6bc5785750a0ba558e5 2,974 1.00/1.00 vMB 188
577,724 577,724 00000000000000000013dfeb0e9571349e9e2e8579620cbdc567fcb3ffb3d796 3,327 1.00/1.00 vMB 203
577,723 577,723 00000000000000000015480e37b179aecaa61317afe931c7697f8c3c962367f0 2,306 1.00/1.00 vMB 133
577,722 577,722 00000000000000000000e3e1738307e6f10797f26d4b614f3aa7c553e47a1114 2,566 1.00/1.00 vMB 198
577,721 577,721 0000000000000000001d290f7a4fa8787f72621f28e00e5c346a3f5c2dde049b 2,882 1.00/1.00 vMB 90
577,720 577,720 00000000000000000002792981d20c7dacbcfed563165dd9b5666b1cadb0b343 2,613 1.00/1.00 vMB 64
577,719 577,719 0000000000000000002941334c8f857fbe6fff224541378c8b5bd1b8487d6361 2,447 1.00/1.00 vMB 68
577,718 577,718 00000000000000000000bb3e569a69d4dd2523dca7ba3c99db7fd87b5add8b69 2,739 1.00/1.00 vMB 85
577,717 577,717 0000000000000000002397de53d9542c0da218a0c73db7f88b2837d5aa1d1b33 2,313 1.00/1.00 vMB 128
577,716 577,716 00000000000000000020748ef7470e316ec1293fe09c81141f8a24cadaf6e3fb 1,533 1.00/1.00 vMB 149
577,715 577,715 0000000000000000002928535b149f06c6b532527c8a0b174b9921a1f29deeec 1,304 1.00/1.00 vMB 170
577,714 577,714 00000000000000000028bdf509b82f8007153cc41ffc8f061d39c9a03adf3134 2,569 1.00/1.00 vMB 38
577,713 577,713 0000000000000000001c8eeaeef2dc7be906d6d37e53852f8b63774b30253547 2,438 1.00/1.00 vMB 114
577,712 577,712 0000000000000000000029fb5e0e73cf8fd6dc7da08d84fb3e95e154c491c392 2,768 1.00/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.