Explorer IconExplorer

Memory Pool Memory Pool Refreshing

10,065 transactions (5.07 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,649 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (819,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,251 90,251 00000000000bfec811a831faadf0a1448837907ec07419aff7521eede7be273a 0.00 MB 3 0
90,250 90,250 0000000000007df09988e7c7913d40e279eb4469546a75470db850e4abb5501e 0.00 MB 1 0
90,249 90,249 00000000001416cc844bc7b29eb2e0253f9a851cd39ca7a9b2dd4039792c2752 0.00 MB 1 0
90,248 90,248 000000000002dd164da35823a64be039861e779e9d6992d5884a9ce700f256d6 0.00 MB 1 0
90,247 90,247 0000000000101d5790a9dfbe49386fd49f7c610d4041cb43d06bf3664ad66aaa 0.00 MB 2 0
90,246 90,246 0000000000078d88bbc0303fc419435b9f5506cab1bc549b277967eebe81850f 0.00 MB 1 0
90,245 90,245 0000000000044a0d90f3b9028b931f38e3dacb826911ed5caf8a3ba82b0fe6d3 0.00 MB 2 0
90,244 90,244 0000000000130d7fb49485966edc8002c4cb1a19c64210813efaed2f8d900911 0.00 MB 2 0
90,243 90,243 000000000006279b8d860750cbc707847feef94b84601bbbbf1b2244c244f19d 0.00 MB 1 0
90,242 90,242 0000000000097e255aac4c33b02674d22cf9cbc15910634652bb582df8725e40 0.00 MB 1 0
90,241 90,241 00000000000612769a0ef665ca6484995ad5d3a60f1f5a15860cef5b0ef40c8d 0.00 MB 3 0
90,240 90,240 000000000001d923e0b3689888accef949f93840222bf1e88eaa144dfc1176ac 0.00 MB 3 0
90,239 90,239 00000000000643344b14629b54017a0f8924fccbb1504402be2a18aa23b776ee 0.00 MB 8 0
90,238 90,238 00000000000208766b089481002732ee6ffbe8dd363676a1f27ca26a7db8ad4e 0.00 MB 1 0
90,237 90,237 000000000004dab0d16c4659498f9c1857fd6db4ca115d9de9bdc71315050a91 0.00 MB 1 0
90,236 90,236 00000000000f8c79ed536f86f192348694c0006b5b8011c4b9d02820ddb47e2a 0.00 MB 1 0
90,235 90,235 00000000000004a62c01147f439ad2a000154ac55b80e0aad6948e530b2b9b73 0.00 MB 1 0
90,234 90,234 00000000000879c74639ca97c5d5e72d1af3e933da42cc9ace4a87929cd08785 0.00 MB 1 0
90,233 90,233 00000000000291a18fbd9efbf8967944b8c35b3c8e68e72f49298697f801ae25 0.00 MB 1 0
90,232 90,232 00000000000d11e7da29a3281556bbc82579057b6e5a8078496db3e93b73ba36 0.00 MB 1 0
90,231 90,231 00000000000aa03fdd1b85b7cbe53e8b08a87862c6eefb65f659a0d2ac76fe59 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.38 GB sent, 108.32 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.