Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

274 transactions (0.07 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,637 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,636 (332,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
578,672 578,672 000000000000000000052811248a9ce0f2233f95d4ace86304d2d887c68fc7ba 1.48 MB 3,074 209
578,671 578,671 000000000000000000244c11c703418ef01fb18aa28630cbd31a2a64bd8c7614 1.49 MB 1,875 219
578,670 578,670 00000000000000000022f914a14f9dcc42f9c316add91c234c65540430b90b31 1.28 MB 2,665 249
578,669 578,669 0000000000000000001a64539e59326d63971f36cc7de3a0f4d1c9c2e41c9ce4 1.44 MB 2,890 207
578,668 578,668 0000000000000000000737c279a257555523178ad5e18b3d8e80894494e8ef2f 1.29 MB 2,842 266
578,667 578,667 0000000000000000000b9f96c5d658110b568dbddddd6727fc710dcbf423f5b9 1.16 MB 1,586 189
578,666 578,666 00000000000000000003c24b90412ed45af719ff75074c9beb0ff2582f30d8c3 1.17 MB 2,333 258
578,665 578,665 0000000000000000001a1f2a3d9a69c491451f6c2cef5a64d71f48c042e4a27b 1.35 MB 2,787 199
578,664 578,664 00000000000000000009cb9d2220122dd6f0852a63d071710c8582b0a45e9217 1.47 MB 2,990 191
578,663 578,663 0000000000000000001a7cc5f9e8bbe2f2abfb7c5628846d80f72ab15c7b6f01 1.32 MB 2,497 189
578,662 578,662 00000000000000000023bc7df05c2f12c82d09be49c8f2306313d269f6706493 1.34 MB 2,830 218
578,661 578,661 0000000000000000001eff4e0c0db1476ecad408faeebd1dbae85b47d8400c92 1.29 MB 3,076 253
578,660 578,660 0000000000000000000fbac2b7dd9881e7627133d07ad9824c8d6b9966925fe7 1.26 MB 2,566 157
578,659 578,659 0000000000000000000cb84f71eed0611b69459712ff68afbcc53a724c99d1d8 1.27 MB 2,849 174
578,658 578,658 0000000000000000002201675d5bd0e0c7d710fc03e4c1f0c3a2606df467cf25 1.29 MB 2,621 165
578,657 578,657 0000000000000000001b09e0de7ca86a37093283e8bec7906506d0f460d924bf 1.36 MB 2,458 182
578,656 578,656 0000000000000000000b9100e714175fbf981a38278e06050a96e897357ca781 1.27 MB 2,209 160
578,655 578,655 00000000000000000024b91c5902171f2c238de489cda9ec36c20fee67bd1b9a 1.28 MB 2,626 181
578,654 578,654 0000000000000000000d740283e7fd9da274682e73856ca3aeb914eec51ad68c 1.41 MB 2,617 174
578,653 578,653 0000000000000000001fca6178f33e58303bc304dabde3471d38fc9c7b8485fa 1.26 MB 2,376 206
578,652 578,652 00000000000000000009e0917607f33ea83d9b4e3a263beeabfdcc0b725c544e 1.56 MB 1,220 165
Previous 10 blocks ↓
Total Size: 776.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,422.25 GB sent, 130.69 GB received

Notes

  • This page updates every 5 seconds.
  • 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.