Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,828 transactions (4.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,560 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,585 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,559 (857,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,045 52,045 00000000185fd808237907b12b88f966592c4e3f86d57a4eb4a840519a84d59d 0.00 MB 1 0
52,044 52,044 000000000fac7dbd63a19c88ed03551e537d3b6de8bfc6ff107259fa1197f762 0.00 MB 1 0
52,043 52,043 000000000a06de61c3f30def728cc381a92917692845b60429d57a6d766293b6 0.00 MB 1 0
52,042 52,042 0000000019ea6ecd4bb540d22cd8348245e57ae41d4caa952966d3a68d313784 0.00 MB 2 0
52,041 52,041 00000000009f97e01598ee5d51ef3ac628a7edb28172cc317917bd84571c2ec4 0.00 MB 1 0
52,040 52,040 0000000009f21d65d9125f59b705c3c4abcb893e758ba5dd15aea55209d3f494 0.00 MB 2 0
52,039 52,039 0000000016212ebf9e65621800392d09c0dd07fb0dd65460b1502f1c58d21256 0.00 MB 1 0
52,038 52,038 000000000e28b51d46a03de044279ec2c3b06834d776195d9a891d31f38e3ecc 0.00 MB 1 0
52,037 52,037 0000000006b46d0d0db65934d50136ad81bb62719c216972b7c536f55e47271e 0.00 MB 1 0
52,036 52,036 0000000006c8acb3af228a95f37d7a4f30890c5ef982e35d97e0c62eba6c7c88 0.00 MB 1 0
52,035 52,035 000000000c066b21caf1130e24805dea3d55b4cd386b25439e9bc843393c737d 0.00 MB 1 0
52,034 52,034 000000000c9f8297d9ec0408c0ee6a635e236f18e4ec5d61a31820f90ead0cb4 0.00 MB 1 0
52,033 52,033 000000000e86699c42857cbeb5d17f3356c842651cc066d8ada09360668c5906 0.00 MB 1 0
52,032 52,032 000000000e8dc95619787301ab0053d6bf01a902605d54ca99115ea9982fbb68 0.00 MB 3 0
52,031 52,031 0000000010209b1e6bd9321c46729279b17f601a064a339adbd7f543e8a8684d 0.00 MB 1 0
52,030 52,030 00000000192f238d16cff77b595826e27be527bbc12bae91f98898571b5def9d 0.00 MB 1 0
52,029 52,029 000000001df8b65b31783e4bc5cd8dfe16eb662b8d7c85fc4ecccfd5baba52cf 0.00 MB 1 0
52,028 52,028 0000000013a5cf418e8cd9d3713d4302dd389cb220ac92e419f155f3f3f523ab 0.00 MB 1 0
52,027 52,027 000000000951407249f9b01c0cda02eb22075bf97bec215338e799068dc6985a 0.00 MB 1 0
52,026 52,026 00000000148dbb0c0032af9751a9edb4aab818567b05ab996e816772a749b5f6 0.00 MB 1 0
52,025 52,025 0000000001361a8649f1050787dae547015de180f6666c33fd7d702588deaa6c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.59 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,089.72 GB sent, 111.22 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.