Loading Tool

Explorer IconExplorer

Memory Pool

11,161 transactions
5.20 vMB
0.01219313 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 30.08/200 MB

Candidate Block

Mining Attempt 78270cbdb0428d7453440cdf366aac87bd678a9d584c2a856c67cf0750cfdd9a
Version 20000000
Previous Block 000000000000000000005154d1d4ca737b24005588c846e9daad0497d8002fac
Merkle Root 6da7808251b287320eb00e0622cc42f342fbb1443fbdba9e5c57686ffa6cccfa
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 685
Size: 1.00 vMB
Total Fees: 0.00413865 BTC
Median Feerate: 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,447 (645,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
267,511 267,511 000000000000000627fea1ea6c42bb9689e12036dc16b00cfb2efdf738fc984a 136 0.05 vMB 44
267,510 267,510 0000000000000008905783643c9e4691bee1be7a09b52a09f4cefab8aa696207 314 0.12 vMB 70
267,509 267,509 00000000000000093c704e5c2dd533d7cd0f74a1019bb988fe49027c3ad972a7 335 0.18 vMB 49
267,508 267,508 00000000000000082971f7b31ac779a97a531c7a9bc3e4f6206c768100718b61 577 0.25 vMB 63
267,507 267,507 0000000000000005299c78eab5c1f0c75831da86809fb93255f94070e29bc97a 17 0.00 vMB 52
267,506 267,506 00000000000000034fd112a35408aeebaa38f08578b92c6480bb80eb4f91ef46 216 0.13 vMB 27
267,505 267,505 0000000000000005680fb28b68efc352180a8cb21feab6ced2f4ae027e6a72ad 462 0.26 vMB 46
267,504 267,504 0000000000000003e898f401f4478378375bd82961d72e55ffcca6f5794349e1 13 0.00 vMB 43
267,503 267,503 0000000000000000f5f6508bce0b7d5028474631dd3d292a307b71c601992067 14 0.01 vMB 42
267,502 267,502 000000000000000a49b3ca60318f76017c342797fe0f0cd30ee2e35cc913e973 147 0.07 vMB 55
267,501 267,501 00000000000000049054b918bbb70855c9574a81dc17c316b26328ea49aebb5b 153 0.07 vMB 55
267,500 267,500 0000000000000006b56599e7f473e7d1fd5e63452bb8755bf26562131b91226b 282 0.12 vMB 56
267,499 267,499 0000000000000004843cf9642f0efdd1234adfcfb3ea97a9073675c64e810dac 7 0.00 vMB 61
267,498 267,498 000000000000000517933116b775eb94b691b9bd760a4bd688700b1e5f3160a4 106 0.05 vMB 13
267,497 267,497 0000000000000008d2e7ba0c35e4b473de6dde9e9ae7bf43f49fddeba599130d 955 0.39 vMB 149
267,496 267,496 0000000000000006ace858348a2aa731e124f1bde0ae8a8dbba0accf565af489 404 0.17 vMB 45
267,495 267,495 0000000000000002e4e3700a7911920fe67dc7bfddcbbd9b4ba2dc3d377efedd 564 0.20 vMB 57
267,494 267,494 000000000000000a6b2fb7247de397916f380fba5b4c1469ad7819e57de56cbd 51 0.02 vMB 50
267,493 267,493 0000000000000002b957b363e8b4dda9a458f83a8acd7b590da0f3325789b000 323 0.12 vMB 83
267,492 267,492 000000000000000909ac484f6d6a770baea73958afe12ba52ee5a032be27f44a 55 0.02 vMB 79
267,491 267,491 0000000000000000a5ec801714bd848ac42260f1ca877ca7ac2442dca2a4a2b1 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 306.77 GB
    • Received: 1.43 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.