Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,730 transactions (4.97 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: 25/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,276 (886,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,169 23,169 000000009eb29a73f5b9ac5a81b79ce54ca727fc3251c94e4e3594578b524c67 0.00 MB 1 0
23,168 23,168 000000000c3f24cf3e23269110d941711169555deb5d8e92682fbd597ee428d5 0.00 MB 1 0
23,167 23,167 000000005ecaba0dcf73213190e96b673f7cbf51008e534c35a177fc4a225b40 0.00 MB 1 0
23,166 23,166 0000000015701c264eb4e7d0bef9ad7c036211e90c60ed80a66a7515c64287d6 0.00 MB 1 0
23,165 23,165 000000006340688c93d39143967649e5e537e31fb6c8409a564f64bc223eefc6 0.00 MB 1 0
23,164 23,164 0000000025a8eba6f76385ea8c5a61d79235e562bf834a9f60b15341e76c9830 0.00 MB 1 0
23,163 23,163 00000000062b5d22ddf744a0333618ef804f49281cb0fd9fee4aceab615674b5 0.00 MB 1 0
23,162 23,162 00000000be6554032267a16305e3761cfe601e4818f0c7446b51cdeb37496b95 0.00 MB 1 0
23,161 23,161 000000001668fab7d1bd4587139329de07a1e3406191ff21f827a492abcd1ed4 0.00 MB 1 0
23,160 23,160 00000000d93af43bd4dbd6c5a5dd7b9103f7fcdc02418d0b649f66b852050607 0.00 MB 1 0
23,159 23,159 0000000097c122fcdf86fcfbd7851c4d0d8ca199ddb0efbd32955d1c2e475ec0 0.00 MB 1 0
23,158 23,158 0000000096da1a6db5fc89646c39e985248b99969ac8ac1924e7c6869faec7b5 0.00 MB 1 0
23,157 23,157 00000000776a5e15390b533d3da2f923498ddfaffda9dd244301fecdf3195a2a 0.00 MB 1 0
23,156 23,156 0000000077b9c0372c31ee4fb55102b4bb1bfea34b4966f36d4c341cdf3c96e0 0.00 MB 1 0
23,155 23,155 000000003e60b5d675edf6fb3756f2f8912c47efe962d1dbf808e0ae06e6c8e5 0.00 MB 1 0
23,154 23,154 000000003d7341fd34856589e85a09988e18b415c09911074f61fb579c7f692b 0.00 MB 1 0
23,153 23,153 00000000c308c42863b6265bf004a6e083cb005fba79587a384fd3190d73b913 0.00 MB 1 0
23,152 23,152 00000000791751be97ba7c30260317213bd2dfc15bdb91d86ca26db6e5202796 0.00 MB 1 0
23,151 23,151 0000000075098d5eff3252d5ea95365e5334f8f4aca7791e88d53caece94c0f0 0.00 MB 1 0
23,150 23,150 000000009a0f9144156d80151d45b9a220889c8c7d3eb12416c999d536edb990 0.00 MB 1 0
23,149 23,149 0000000026db54529c218c78e7cfcfd15b20038f2b798428f168edde652b823c 0.00 MB 1 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.37 GB sent, 108.31 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.