Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,427 transactions (0.66 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,616 000000000000000000022cb30000000000000000000000000000000000000000 0.65 vMB 1,410 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,615 (831,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,710 77,710 00000000000f7ded56ec113aa4b61ef02181d9a2edb201cb4b369eb6356955ba 0.00 MB 1 0
77,709 77,709 000000000015c18de7f8f3c60ba9568b0b9b50c87de8d1144aa54c1a6f0e6a74 0.00 MB 1 0
77,708 77,708 00000000001fe38cb175a00a0b83ee522146b097332679743d77475003e442c9 0.00 MB 3 0
77,707 77,707 000000000005683170fe30ad2a9e4e1f2eb36d23902011dc2f3c0c3e57b20217 0.00 MB 1 0
77,706 77,706 0000000000547656ecd44de31e3af76fb5a0b371303d5963d605762aab8c5af5 0.00 MB 1 0
77,705 77,705 00000000002709057910af199f478356c22f3bb5d062a369ef89ca836856e895 0.00 MB 2 0
77,704 77,704 00000000002e66833f5cb84a85dc994d030887c4c00ab0c8d5142aeafdc66afe 0.00 MB 1 0
77,703 77,703 000000000035f6312a210f0f731bffe48dc47d974957c1d62c3e0e912f2087ad 0.00 MB 1 0
77,702 77,702 000000000065affb29c7e8ba20bea22b36de00fa2f3884d986cc24b9af6254bc 0.00 MB 1 0
77,701 77,701 000000000063a783d78c0e35a69869730e8faad1a9f1f450b8eece6b996cbcd0 0.00 MB 4 0
77,700 77,700 000000000033658f4e4ed62f448498ab4e7761efb4b02671fe8312a93ffb86c2 0.00 MB 1 0
77,699 77,699 00000000001a63a5f63797f6d4010e72aa8e905b551d41c6ceb0505a936541ba 0.00 MB 4 0
77,698 77,698 000000000035e82fc6a24067ac2f4ca510afb67724d216b8e8686eac92463d2c 0.00 MB 6 0
77,697 77,697 000000000052e7fe2db72910a3e7a9fb055f79c83b123929290946c705b1911a 0.00 MB 4 0
77,696 77,696 0000000000414775d42f157a6fefc5389cb9272411be72b835e857a5b93763db 0.00 MB 2 0
77,695 77,695 000000000012603b489edfbbd5fa99d54f1fd905b135581c90bdbfa2a07901c1 0.01 MB 5 0
77,694 77,694 00000000002fb336d73abdeab4d7e34f91daeeb879ede6cce837f40b79bed2ce 0.00 MB 1 0
77,693 77,693 00000000003dda4865795b38a60d80d09682191407f8bfbc20e95db3e5ea4a37 0.00 MB 3 0
77,692 77,692 000000000030c4af1956ee6baf5f74ff97cbf41b8fc4f812cf0f6abe9601f2fc 0.00 MB 2 0
77,691 77,691 00000000002817f368344553327695f3c3aeecd9b059547581beab5fd6793789 0.00 MB 1 0
77,690 77,690 000000000048905c01422cfd090385307ad929a75b8e076a060587945261dab5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.70 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,101.97 GB sent, 111.78 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.