Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,857 transactions (2.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,285 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,041 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,284 (876,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,129 33,129 00000000aea60b81dedd690dc9dd060ecf2592fc6aafcbbbf2296631ac3fd7c1 0.00 MB 1 0
33,128 33,128 000000009f84b10905fbd70a33fc93d319f48038ad46ca5cfd0acda418706541 0.00 MB 1 0
33,127 33,127 0000000097688689a3247d89c1f1543970e316aa25414e3d28979266c50be451 0.00 MB 1 0
33,126 33,126 0000000085bef336b9ceb79e143e9dd4f174a448f82c657e7b5572fa3c540b6d 0.00 MB 1 0
33,125 33,125 0000000077ecedc8938fe749f6853e78008e814e319a809207443411a98d8451 0.00 MB 1 0
33,124 33,124 000000006edda8ed9a6e3f48a30296b9ced6e7116113ccd8c181e9a690056f69 0.00 MB 1 0
33,123 33,123 00000000885aec10ddf611a4d0e67ee4626695d0179dff090b2f17fb2e367ad1 0.00 MB 1 0
33,122 33,122 0000000024c48a2756d3f896d95bae6a782cb5b3f9671502d8d8a067a9e7cccf 0.00 MB 1 0
33,121 33,121 000000007c93a4af09000bae9b25c3826d7c3f45d38c2107ae595fc0a757efb5 0.00 MB 1 0
33,120 33,120 00000000bf00cf5e4e34c14707338a9f416373da9bc6dfe177605fc9d1838f18 0.00 MB 1 0
33,119 33,119 000000006922b223d3a501eaa8e895eaa0c14a6defd4291fad36c66fec8694b0 0.00 MB 1 0
33,118 33,118 000000004f767b56c1490ea4bd523f230cdc5610844049e789a7d19824fc03b1 0.00 MB 1 0
33,117 33,117 00000000b0c613f4e3e6623473801700bb8d40971403f802a71de884855a389d 0.00 MB 1 0
33,116 33,116 0000000021fc150890e790dc865cf0ae560a16991b5473c3bdf0240f93cbd733 0.00 MB 1 0
33,115 33,115 00000000c96d63934a61d2365ffaeee46c786b5c3604da04fc12fff11df408d5 0.00 MB 1 0
33,114 33,114 000000000ca4254a768d9e2b9799debf4167aaf233a6fd0b713b73a8f56d7f77 0.00 MB 1 0
33,113 33,113 0000000010759397fcace1f00fa1f9282f94e50d690e9500a2950931e4d88843 0.00 MB 1 0
33,112 33,112 00000000585b1b5941d6d8f20094766ad75fd90afb11eac2e1cb93da3c48798b 0.00 MB 1 0
33,111 33,111 0000000023d5a39f0917ebdc53020077eed45bb49364a0dd19c00db4c2372171 0.00 MB 1 0
33,110 33,110 00000000ab3753919d39eb60827af41517e44879af3af330090af58fb8eb405e 0.00 MB 1 0
33,109 33,109 00000000a5bdf560179284bedfc15e7b34cf39bdc71c6d8ae92c985e4ce6f223 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.07 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.98 GB sent, 108.39 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.