Loading Tool

Explorer IconExplorer

Memory Pool

79,376 transactions
29.97 vMB
0.07843966 BTC
Random Selection Loading Transactions
Max Size: 183.17/200 MB

Candidate Block

Mining Attempt 268ee35b579b6b66af20675b0248b71aa181016f46d20475e68b6b8be336126a
Version 20000000
Previous Block 0000000000000000000132aebc62a7fb5d713e95e3d3a19852c83d9376df43c7
Merkle Root 6d169d91462052b9adf76716162c54c875f16b7e9f635bf1bb3a08494f989645
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01196503 BTC
Feerates: 200.00 > 1.20 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,374 (84,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,480 830,480 00000000000000000003578b6f7215ad09c2e369a5d9eabf7a0e2aa909ae358f 2,472 1.00/1.00 vMB 39
830,479 830,479 00000000000000000000fa93a06f16a050c646c2d39436a3d22c52b880b36703 3,215 1.00/1.00 vMB 47
830,478 830,478 00000000000000000002a5e2969e1443f892df5012fb454b14668448dfd68d68 3,160 1.00/1.00 vMB 41
830,477 830,477 00000000000000000003b0e004a2deb31f8a89bcf4cc8b4762b197d71f721999 2,674 1.00/1.00 vMB 68
830,476 830,476 00000000000000000002abddd2021f131371404a47932f4ca55459b47beee184 1,888 1.00/1.00 vMB 30
830,475 830,475 00000000000000000001259470c79214298ef200101203e50a4248c42184e49f 1,714 1.00/1.00 vMB 32
830,474 830,474 00000000000000000001d803ec62c35ebbe87b4ee49bf51919e3f8d2024da3c5 2,339 1.00/1.00 vMB 48
830,473 830,473 00000000000000000002aaf797a4443d281bff4548e55ea420e43f2f068b3dd5 2,883 1.00/1.00 vMB 55
830,472 830,472 000000000000000000034f392da61ab9629aa0f7c6abc47aff325f6ff5acc0a7 3,039 1.00/1.00 vMB 41
830,471 830,471 000000000000000000022b7ad737a424e1d98f9e4af52ed59a699603ff0a96b0 1,723 1.00/1.00 vMB 34
830,470 830,470 00000000000000000001e30b31be45fe6d3e334eb627b713e32588bdbbfb8cef 2,892 1.00/1.00 vMB 36
830,469 830,469 00000000000000000001e3808cae3bfab5e5e804d05d134c25686fe83f320858 2,807 1.00/1.00 vMB 39
830,468 830,468 00000000000000000002da440128cbee4df1fdacaf77c7a970268fbd99d4db8b 3,141 1.00/1.00 vMB 43
830,467 830,467 0000000000000000000231b13ef1d4c57970732c157e8a11d2813806ac1fb47e 2,911 1.00/1.00 vMB 44
830,466 830,466 00000000000000000001edb3f57836e0777794f33d13b830e65a620c6d90017d 2,637 1.00/1.00 vMB 52
830,465 830,465 00000000000000000003ace1ca0b692b702d40cc8561a70c1d20df794039de88 3,550 1.00/1.00 vMB 43
830,464 830,464 00000000000000000002cf569b2d963006cdd0ef1e91d49c83ec25e236de9ee5 3,248 1.00/1.00 vMB 58
830,463 830,463 000000000000000000028c92a28ae9e93da5c034d2a3eac1cfd061d915e31f38 3,214 1.00/1.00 vMB 47
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 1,092 1.00/1.00 vMB 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 1,608 1.00/1.00 vMB 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 1,914 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 783.04 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: 719.68 GB
    • Received: 18.13 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.