Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,709 transactions (4.28 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 6 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,870 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,357 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,869 (831,932 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,937 77,937 0000000000330cbec7a71fe367c7a82c79de72ad2c61838fd3c2d9974a35d4eb 0.00 MB 1 0
77,936 77,936 00000000005da0636fbed9d62d6871b8ae8df3042c99ac3a132b831c8b723c87 0.00 MB 1 0
77,935 77,935 0000000000212ef687b3578cc99ed7427445f60fd0c68c91f2a92aa98e5211b4 0.00 MB 1 0
77,934 77,934 00000000001504f2526650051e58a827925ea3a37780484c4aad59172ab213d3 0.00 MB 2 0
77,933 77,933 00000000005390cea1894337e401423d803c673600289acea4a4a65a6d4dc336 0.00 MB 1 0
77,932 77,932 00000000000cb5f67b7bc24bf20018b3e5a47da22b7e04ff4e55d4c2bdb386c1 0.00 MB 1 0
77,931 77,931 00000000001cb37193ee388cd8808fdec89e5e7810af74725ea4f22065af390c 0.00 MB 1 0
77,930 77,930 00000000002dc33fd0c74d2dccfc925c4263a0413217875fecbf5230bd079049 0.00 MB 1 0
77,929 77,929 0000000000575fde415dbc68bc09597b7df99ace0d620659ef491b6167de7c00 0.00 MB 3 0
77,928 77,928 00000000001b90c05cbe972aad66d9ce011fad0ae990e7350fb156eed89ed402 0.00 MB 1 0
77,927 77,927 000000000017dd292dba9bb2436cb24bb690b92be5a6c92b80989b80356b9c8e 0.00 MB 1 0
77,926 77,926 000000000000f572bb8e69351cb1abe21494a43a9c45335fb2e21e24d6382b8f 0.00 MB 1 0
77,925 77,925 0000000000000f5eabeb6f8b6cdfe20222ae7f6e91f5f378d98d9fde3603bd67 0.00 MB 8 0
77,924 77,924 0000000000038ca72ed8112a6824b129980ca44fc753ebb30d89e2025cf3c128 0.00 MB 1 0
77,923 77,923 000000000042108839909061bc0cd63b96782bfe4f7cb36d399fc083234d8de1 0.00 MB 2 0
77,922 77,922 000000000013afd9c0d8cad0ec65c60977a2b270a80aef7713a505879d935640 0.00 MB 2 0
77,921 77,921 000000000026c87a3c1373d2b5afe68b258f1a9dbf9e0ebf05539412fbdc9849 0.00 MB 2 0
77,920 77,920 000000000066a5aa16006415056579330f673d0ab8ce3d71c47784a77a45ab2d 0.00 MB 1 0
77,919 77,919 0000000000118563ee8541309aa01246b270c7dec939c65483fe66c59b010658 0.00 MB 3 0
77,918 77,918 0000000000513d256cedfb8aaa381992a4b229cedde5e86734645592dd81753c 0.00 MB 1 0
77,917 77,917 0000000000435403811f9ee3437aaaf9a366616099cf254bd78b0e1f039175fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,167.98 GB sent, 114.16 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.