Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,016 transactions (2.38 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: 11/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,245 (886,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
23,148 23,148 000000006570be0e3679912e60e85b968e2c07e7b06f717e04ad95c15772f2d1 0.00 MB 1 0
23,147 23,147 00000000b6a7f5a2d6b247bf766f2b0e0f6b07f38daea999771895ec4cb0dc56 0.00 MB 1 0
23,146 23,146 00000000b40ae4697b88d464924c96c71ff8ad83f63d43880d0852d55595fca0 0.00 MB 1 0
23,145 23,145 00000000e75e6e105b749bb037a02459be333c5ff344d2ffdbd79296f0584fad 0.00 MB 1 0
23,144 23,144 00000000adbee20ff6019f03983c3d7e1cb442768cc67364691b6d9f3ac5d788 0.00 MB 1 0
23,143 23,143 000000000d9828c51d0c60e83a12241318d681eb0cb5f375104809f2da5b69f5 0.00 MB 1 0
23,142 23,142 00000000426df328eb8d19ab3e039eb4953b00a41591ed0e0398cc4b2b6c54dd 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,023.15 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.