Loading Tool

Explorer IconExplorer

Memory Pool

45,931 transactions
30.71 vMB
0.05703025 BTC
Random Selection Loading Transactions
Max Size: 174.28/200 MB

Candidate Block

Mining Attempt 6865c4c2b8f43ac9172d49033d94b92249b672dc182dfd2f6ced1318b36fefdb
Version 20000000
Previous Block 0000000000000000000107ce8e2ea95db90e37d62d4428ba3fb62864d6da29a6
Merkle Root 01dca474c6e86984e76ae70c6dbf7f257f1576946d54c66686a9ebd21679cc39
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,520
Size: 1.00 vMB
Total Fees: 0.01730477 BTC
Feerates: 150.93 > 1.73 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,790 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,790 940,790 0000000000000000000107ce8e2ea95db90e37d62d4428ba3fb62864d6da29a6 3,343 1.00/1.00 vMB 3 ago
940,789 940,789 0000000000000000000049b3d7da9713807935ecc53a7705f214dbbed3b2afb3 5,095 1.00/1.00 vMB 0 ago
940,788 940,788 00000000000000000000208080e3af1edc06294663353270529e016082cd9e8a 3,763 1.00/1.00 vMB 2 ago
940,787 940,787 000000000000000000001f930ec5ce7042e9b510f2f526d1596ca2a35a8c1445 415 0.07/1.00 vMB 0 ago
940,786 940,786 00000000000000000001af867d3c7af0db1c18a3adefd60f425adca762dd3ba4 168 0.05/1.00 vMB 3 ago
940,785 940,785 000000000000000000010c8749b6ace12262986c7109f9a85ba46fee973dcee2 3,746 1.00/1.00 vMB 1
940,784 940,784 0000000000000000000002cb8354534d8c6ef670f3c4c8f5beb5d67e6f2515d7 2,938 1.00/1.00 vMB 4
940,783 940,783 000000000000000000008ebf60c83986dac1e36dc5f9d8ae7c81efc131cc6595 2,386 1.00/1.00 vMB 2
940,782 940,782 000000000000000000016044c9f0f0a33ad8d029945b542788cf055dbace9891 3,757 1.00/1.00 vMB 2
940,781 940,781 0000000000000000000104211c50b4b4c0d4c344ed6b9022298801ba2bff743d 3,666 1.00/1.00 vMB 6
940,780 940,780 00000000000000000001892f2a9239cfaffc6d35d7eada486710638698eb6ff4 3,423 1.00/1.00 vMB 3
940,779 940,779 0000000000000000000199ae33577363560a944b4e019b748d31274e17e8eaf6 4,170 1.00/1.00 vMB 3
940,778 940,778 00000000000000000000c5ba5c1fe5106bf731febcd5e58ed74f210eee854e77 3,622 1.00/1.00 vMB 4
940,777 940,777 00000000000000000000e6d143f6b832bd12fd39abc1f4da8ec74901a07f5464 1,456 0.46/1.00 vMB 2
940,776 940,776 0000000000000000000136588cafa01acfac794fe3384afefaa0d890bf23dd34 5,273 1.00/1.00 vMB 0
940,775 940,775 000000000000000000007d104437f0b20dfe50eb187a1fa10219a459b0cc3cb8 4,209 1.00/1.00 vMB 0
940,774 940,774 00000000000000000000d7d3645bd0e500eb71af79fcec4fa2afd5da4d3ec35f 3,280 1.00/1.00 vMB 2
940,773 940,773 00000000000000000001d2f5aae3feffd6bd2d7f357d38f7fad96ceaa5e2e87b 2,780 0.95/1.00 vMB 3
940,772 940,772 000000000000000000015e21c498089d9d627d91d872839d25439bbd88d37134 309 0.12/1.00 vMB 2
940,771 940,771 0000000000000000000108291d45eac630c351043b8b4854cbb007f9c2b35779 514 0.23/1.00 vMB 2
940,770 940,770 00000000000000000000ec33b163e78a502141a86f619c848d15ff923640b901 3,948 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 828.16 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: 4,563.18 GB
    • Received: 246.01 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.