Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,533 transactions (1.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,840 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,658 (30 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,628 910,628 00000000000000000000acbeb6500e2e92aa1dfe6986381bde2859378f10601c 1.61 MB 3,434 4
910,627 910,627 00000000000000000001fb969aacc9cb5d8f279fdc68b89e5fd998aa5b4af7cf 1.55 MB 4,067 7
910,626 910,626 000000000000000000016b5e5ef7220b9419ff69d366d0ae48a7c398da9b2a99 1.61 MB 3,860 8
910,625 910,625 0000000000000000000025d203e697a54fb80cb3c5c5225276b555c320991fcf 1.56 MB 4,179 7
910,624 910,624 000000000000000000006fe270782d1b5fe7ea408edb51cc40dead769ad7d799 1.49 MB 3,971 8
910,623 910,623 0000000000000000000069b6919498f6a3451cc20e550987bd26f4311e3b3854 1.62 MB 3,096 2
910,622 910,622 00000000000000000001bfa37ed3d83ed2b6f77e31f2b8aec8bef0ac0a703b65 1.59 MB 4,006 4
910,621 910,621 00000000000000000000db772361265f6a4a1fe6a913146bceb8350aee738564 1.66 MB 3,986 1
910,620 910,620 0000000000000000000191601b31b8701e3bfdd09f3dee908cde8717003577f0 3.01 MB 2,074 0
910,619 910,619 000000000000000000015bf561b4c83cbf07d89f887f9222ff62bb80d9778eb2 1.69 MB 4,750 0
910,618 910,618 0000000000000000000174e957a48732acd3ee85987f4883f3880d1bb2845a33 1.56 MB 3,116 2
910,617 910,617 00000000000000000001b9b2733fe487e619b4be6d6208ee033ec086f8ec6310 1.65 MB 4,107 1
910,616 910,616 00000000000000000001262081dd24d6b8f44016406de4e61de923bdb16d968e 1.68 MB 2,572 1
910,615 910,615 0000000000000000000209327f055967d4bf09f507a2d2b49d7f5cca3312aefe 1.70 MB 3,182 3
910,614 910,614 00000000000000000001af276af1a9dc1ab2793f951b14751268d3a6e04a83b6 2.19 MB 3,750 0
910,613 910,613 0000000000000000000172699fc9ed994cc1c4b1bcb4ccfad417850062e397a9 1.70 MB 4,730 0
910,612 910,612 00000000000000000000abd5e69cd72ffbeba528fd0059f111e7dfeb674c775e 1.71 MB 2,860 2
910,611 910,611 0000000000000000000119c1db101b7cd4806c0461aa8c140714585e522d0d52 1.58 MB 3,543 1
910,610 910,610 00000000000000000001e12520cb68d6058f4e828affdf7388a521fb0eb60bbb 1.74 MB 4,066 0
910,609 910,609 00000000000000000001f96e0433bdec3b9ebcd761296a95204015f63f417d0c 1.55 MB 3,093 2
910,608 910,608 000000000000000000005969d9182ec65fa61374a9f4e0a3536f0cfdb96b5518 1.72 MB 4,369 0
Previous 10 blocks ↓
Total Size: 774.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,281.06 GB sent, 121.56 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.