Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,667 transactions (2.22 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: 10/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,245 (819,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,230 90,230 00000000000dbef7800da83a290be032d4a13b122178a171fbcf073222c576e5 0.00 MB 1 0
90,229 90,229 00000000000112c91ec518325e0cc5c01af6a8c4e85b5b77c7b3c30534df6487 0.00 MB 1 0
90,228 90,228 00000000000b7464b3204e62f4b989cfd5262dfcde9624996b77ecc974cda3cc 0.00 MB 1 0
90,227 90,227 00000000000166c896597a525a51a088e1ae843d371b3e36d76f648c95bbf997 0.00 MB 1 0
90,226 90,226 00000000000ce15e537040cc9c8a8b96bf9ac6da25fb265095b34638e451b7b4 0.00 MB 5 0
90,225 90,225 000000000010da820600d5be36372ebbf26c3264972fdc278309dfc81763433f 0.00 MB 6 0
90,224 90,224 00000000000d6cdd98fe17ec25956ae610b043f61545754a96d78adc9f780639 0.00 MB 1 0
90,223 90,223 0000000000096ab705e2e3a26904cffd07bf3207ed4018698b64e97c6b21f971 0.00 MB 1 0
90,222 90,222 000000000008ce9704bb64fb865a6af92267c273019c6cd2f419b2bca5d7e51c 0.00 MB 1 0
90,221 90,221 00000000000aeee3cb924e31c6e5eb602f167c6c48b35b8ccb1cf646ea285244 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, 114 incoming
  • Data Transfer: 2,022.67 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.