Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,521 transactions (0.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,604 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.85 vMB 2,516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,603 (896,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,124 13,124 000000008d7df799972eca053bc6e78c5160a17e310f325b7309de2b6320fe9a 0.00 MB 1 0
13,123 13,123 00000000dbc45277d3e303778ecac6453e8df4369dfa0e0418267f023d1999c9 0.00 MB 1 0
13,122 13,122 00000000bb0662b102c1b54a77a3a5c2ab4617c2d159d6bdc090dda53dfa1dda 0.00 MB 1 0
13,121 13,121 00000000bb002685fde929b46b2218a30d116a6adab7b7a50d2a22036901f215 0.00 MB 1 0
13,120 13,120 00000000792b90f80aaf1502bc63cd163472c09da45cf189827ff1de726b55cd 0.00 MB 1 0
13,119 13,119 00000000cb3a0f30da22174c1cade301a1b82bf4be9bbbdcca0a0f44e4629a9b 0.00 MB 1 0
13,118 13,118 00000000534c12c3c09769d69b58e13c0016be794c1cfc6d9e0226c33e835ce5 0.00 MB 1 0
13,117 13,117 0000000020eb6ae9208314faa8d02f1687ab474134a4e6a8cbd6d5ba4277673a 0.00 MB 1 0
13,116 13,116 00000000c9c2a62787ebb46ef56baedfd650920621c87400d509b6df7ce95eac 0.00 MB 1 0
13,115 13,115 00000000a16387a48c282c8299a3f773306a9202f4ede08dc48133d51208d214 0.00 MB 1 0
13,114 13,114 00000000aef3a7304501731d88465627be10808f260fdac5888bdb3471318176 0.00 MB 1 0
13,113 13,113 00000000e3ce6fae0f890814dbf4586c404f5fd7aa04a2ea08de117655e132de 0.00 MB 1 0
13,112 13,112 00000000ab752f37ba7831e6ce0d18a7c090f6d9f41da7d4548ffaa6ad6a21e3 0.00 MB 1 0
13,111 13,111 00000000196ffc15f0484651a4d11d2ea248ce4b2e084d01c9212babae787548 0.00 MB 1 0
13,110 13,110 00000000ef2416d21b1b1e9db622ab287d34c0559bcf79255f68e94376232ca3 0.00 MB 1 0
13,109 13,109 000000001d5a34dc64a70188bc538c38251c08e3d3cd77e4f8cf67ad576bc120 0.00 MB 1 0
13,108 13,108 000000006bd41a200005a45950e5f6a8a15071b9d94ca37a4439e354584e6919 0.00 MB 1 0
13,107 13,107 0000000087b7b71ad4cfa24a8dc833ef6697346be6b6f2af2ae237f04ff98be0 0.00 MB 1 0
13,106 13,106 00000000540410be16ac2de1c07641e99d6dcf6245887b158aafc42a4c860d53 0.00 MB 1 0
13,105 13,105 00000000bcc916301863ed701df20bfb741fcd2dd1b6682ddade4abf3458bc00 0.00 MB 1 0
13,104 13,104 0000000036ce6983e61db959cdfeea27f4a5fc8bc2cdfd0f148a9827277d32d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.67 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,099.91 GB sent, 111.68 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.