Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,301 transactions (1.75 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: 8/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,246 (873,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,553 35,553 00000000404b23e24ef5d79d5aeadbddbcaa9094bbd4ad825a02a33074674784 0.00 MB 1 0
35,552 35,552 0000000018daacc1e3a0b879e894a6540dc4193848ada135e8067c02aa056d22 0.00 MB 1 0
35,551 35,551 00000000351bd4a6d388b021d18deb299f7da451b852c863dd6f730b38c71206 0.00 MB 1 0
35,550 35,550 0000000086420aed47386bc856251448b23ea8e558254fa8438e649930925b9c 0.00 MB 1 0
35,549 35,549 000000003838ea2b1cfd138103ca41d70f547ba1f87960c76c222b37e1f3d18e 0.00 MB 1 0
35,548 35,548 00000000c10c4d0ad7495441e83fdb5853b00fba0b9f826dc94f9281d4a74ddf 0.00 MB 1 0
35,547 35,547 00000000285be000177f9d6ea99c9d65c94b075054822daa1312b71b0587a4c5 0.00 MB 1 0
35,546 35,546 000000005318c6de76b92ecc99927b1f53f5f34e6cb799c9ab1b24040b8408ab 0.00 MB 1 0
35,545 35,545 00000000bc1a8bb980bd4ce8b5cf4c4e4fe21d5b28d84a78b758a099f93fe527 0.00 MB 1 0
35,544 35,544 000000000ceb5228d2f887a8a15a832a97d2eb889d41f23603a99de04405efbf 0.00 MB 1 0
35,543 35,543 000000005a03bdbe9d8ace9db7e745157512e1ccd33cc98f89a727259e08d4b3 0.00 MB 1 0
35,542 35,542 00000000b679dd9b42c4cc776278b7f3cb915a3a9bc43123cbf1be20869d374e 0.00 MB 1 0
35,541 35,541 00000000a81607fa04d8ab9de4259f3e943f0c0bfd18c1aa831abc3616dcd225 0.00 MB 1 0
35,540 35,540 000000004c9d4107ba3b0583443954d8221dbd3f1039c2d33a25502102ba876e 0.00 MB 1 0
35,539 35,539 00000000286cdef4dd01c762c5a307d42d99676642108692729bac5163190e2a 0.00 MB 1 0
35,538 35,538 0000000059f0d5025fb6b3cfae5bcb8f1430b9b3e1857975248758836a346d6c 0.00 MB 1 0
35,537 35,537 000000008e879aab57c1da251a24939d42152189da3645c4c31fd57dc1f09070 0.00 MB 1 0
35,536 35,536 00000000c1c6dbf3170ee76acd128115091aaa021723cc9437260c5d5cb41762 0.00 MB 1 0
35,535 35,535 000000003354aa9592e73f1ad91fc450fcf7eaf5e6876eb752f2370778b022fe 0.00 MB 1 0
35,534 35,534 000000007374e6e44cb8e116fca31438a14278d6dbb63aa3e8002f0955948cd0 0.00 MB 1 0
35,533 35,533 00000000227be94c6372648b2e4d0e85067201716d18606c0596bae66fc04dfe 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, 113 incoming
  • Data Transfer: 2,024.53 GB sent, 107.93 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.