Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,311 transactions (2.47 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,528 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (902,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,024 7,024 0000000062bb306418e50588a575dc942bdaa89d3aad7f5f05cf7e5515ea145e 0.00 MB 1 0
7,023 7,023 000000002e3b1b61162fc7c08b70b1a9df2c253134b844c046083821930e789b 0.00 MB 1 0
7,022 7,022 00000000342b46b1e6065f47026233fce49956695019d8d3425a6f13ec5df957 0.00 MB 1 0
7,021 7,021 00000000e9c08bc4a3f0c0a5c7bee4228cef02ca22f9c3580b9246f8a75b20cd 0.00 MB 1 0
7,020 7,020 00000000c967ebc6c9350840f9ade3c62a36980dc45e643338e578a97ae6a1c5 0.00 MB 1 0
7,019 7,019 0000000014cada73a7c2576a7a394c885b2f9f2d2a2b86bccfb431141d1f32cc 0.00 MB 1 0
7,018 7,018 000000001a878278a10b68554eedb02f49aa249c75453f2f339c417365fdc8b9 0.00 MB 1 0
7,017 7,017 000000008432d271e10da213c08719ee38207b54c24dcdced3f1dbee2f773dd0 0.00 MB 1 0
7,016 7,016 000000009eec68dffd9349e4df77d9573f103795be393558f331051be1523671 0.00 MB 1 0
7,015 7,015 0000000015559531952fa7908718ede81c33efad510e8b18c4ffe8ded5764b85 0.00 MB 1 0
7,014 7,014 00000000c02cea79e7a14c92a7ebdc0a3ce377088df5bab6ce84d4ef871be01f 0.00 MB 1 0
7,013 7,013 000000003bbc16f32eea23690b57b647ea71582048c7033729868ee78b57e82d 0.00 MB 1 0
7,012 7,012 000000005e01dc927c8446c518f741f3f3776234e18a44b8db2979bc8b1ecff8 0.00 MB 1 0
7,011 7,011 0000000029a5e818e3e74610dc1433265156472f21778c426f86797aece0f29c 0.00 MB 1 0
7,010 7,010 000000004b7d7f8bcb61b74b3bf6af5c34bd504224da9476522b94b05ae6043e 0.00 MB 1 0
7,009 7,009 000000000ffe966bd0cf881d3e0e96f0aceebc2a888e0f906fcb206b618f34f6 0.00 MB 1 0
7,008 7,008 0000000006e019b125d0d3c80c1adb46bb8b6f5242967eda74904ccf68046766 0.00 MB 1 0
7,007 7,007 00000000a73029e1a5567a04e0f893fe1fd13fd017900b96a4696a7560026359 0.00 MB 1 0
7,006 7,006 000000005f180e6d0b2a46c27b3458d56b1ccfa95c0d416de101f4a00bf137f2 0.00 MB 1 0
7,005 7,005 00000000b4852e4781193991e5e336082d0c8f65aaf2e336e338146077366ff0 0.00 MB 1 0
7,004 7,004 00000000c9b99d80e54f26a4c2be8853c8e9815413c14eaaf1dc437e6943c2d6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.99 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,023.50 GB sent, 107.92 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.