Loading Tool

Explorer IconExplorer

Memory Pool

80,076 transactions
29.68 vMB
0.07181931 BTC
Random Selection Loading Transactions
Max Size: 178.92/200 MB

Candidate Block

Mining Attempt 0be38fb02894b7bf5421d7f081bd966b8f0194e814da0250b9c1fc63bae64fd4
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 58a42bf2dadeabcf8ebcd7117a68cf3fe58e5763eb8dfac54affc677201f2aaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,795
Size: 1.00 vMB
Total Fees: 0.01146796 BTC
Feerates: 147.04 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (262,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,849 652,849 00000000000000000003c27f5d863860b03105c68ffb0f1fa6015ad2567cdd8e 2,196 1.00/1.00 vMB 73
652,848 652,848 000000000000000000037c22010158fe511f02cc01162876aa9d066989b34755 2,038 1.00/1.00 vMB 77
652,847 652,847 000000000000000000071c8741ce3f3096e60d1f23b42a25e3c8ac8bdc80d3ee 2,396 1.00/1.00 vMB 92
652,846 652,846 0000000000000000000c9b36fc7af0fcfee2c7571b38f74c24bbaf7457e4dfac 2,504 1.00/1.00 vMB 78
652,845 652,845 0000000000000000000e1bafc45f741b8bbe121398b69146469f5d084bd98850 2,394 1.00/1.00 vMB 102
652,844 652,844 00000000000000000003bbcbc6b50df28c3ea1e923d747c0debe5e1fa23abe6c 1,469 1.00/1.00 vMB 61
652,843 652,843 0000000000000000000682e217789411d3082ca00d26c13f5d9f04ce8111e9a2 1,934 1.00/1.00 vMB 90
652,842 652,842 00000000000000000003f9d01f55e3dd4a41e5ce1dba122c87a543c3ad1ac63a 2,643 1.00/1.00 vMB 83
652,841 652,841 0000000000000000000e72e8b0715054a86530c147893da44d5628f7986ece48 2,637 1.00/1.00 vMB 98
652,840 652,840 0000000000000000000b766e0902ce97919a385a9d6f22b096c33e2b52d9f20a 2,536 1.00/1.00 vMB 62
652,839 652,839 000000000000000000039801302f27505babea229db0f593422662fecc292916 2,617 1.00/1.00 vMB 90
652,838 652,838 0000000000000000000dc2374f661b17e102880da1079d2cc1ddae01cf63edb3 2,313 1.00/1.00 vMB 64
652,837 652,837 00000000000000000000baac351b1503ee7d4ab365fb10c238f488b38f21a62e 2,872 1.00/1.00 vMB 97
652,836 652,836 000000000000000000056b02a6f6d5e1d6211947e5df8f656301baa96790c945 2,753 1.00/1.00 vMB 68
652,835 652,835 000000000000000000003146d3d7b267aac1c7f691d9125b94d47461731e695f 2,553 1.00/1.00 vMB 11
652,834 652,834 0000000000000000000d0291bdf885a99e6d64dc9c191c747814cb0f4a7ea5a8 2,250 1.00/1.00 vMB 47
652,833 652,833 000000000000000000024679d2204cbca6a3156038a9643368e6ad9394223fd9 2,656 1.00/1.00 vMB 62
652,832 652,832 00000000000000000009d51dcec55175638a475642b393b34cb2b3d6ea0c462d 2,317 1.00/1.00 vMB 56
652,831 652,831 0000000000000000000e26afef45ca87f89e44ab78d15830fecabc1305163fd8 1,947 1.00/1.00 vMB 28
652,830 652,830 000000000000000000052f849010a140a806be2c23fa7b97828e01998fb910e3 2,436 1.00/1.00 vMB 61
652,829 652,829 0000000000000000000b2d5022b70004c2ba9235686187676e2faa1f42dad817 2,330 1.00/1.00 vMB 84
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.