Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,956 transactions (3.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,902 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (17 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,619 910,619 000000000000000000015bf561b4c83cbf07d89f887f9222ff62bb80d9778eb2 1.69 MB 4,750 0
910,618 910,618 0000000000000000000174e957a48732acd3ee85987f4883f3880d1bb2845a33 1.56 MB 3,116 2
910,617 910,617 00000000000000000001b9b2733fe487e619b4be6d6208ee033ec086f8ec6310 1.65 MB 4,107 1
910,616 910,616 00000000000000000001262081dd24d6b8f44016406de4e61de923bdb16d968e 1.68 MB 2,572 1
910,615 910,615 0000000000000000000209327f055967d4bf09f507a2d2b49d7f5cca3312aefe 1.70 MB 3,182 3
910,614 910,614 00000000000000000001af276af1a9dc1ab2793f951b14751268d3a6e04a83b6 2.19 MB 3,750 0
910,613 910,613 0000000000000000000172699fc9ed994cc1c4b1bcb4ccfad417850062e397a9 1.70 MB 4,730 0
910,612 910,612 00000000000000000000abd5e69cd72ffbeba528fd0059f111e7dfeb674c775e 1.71 MB 2,860 2
910,611 910,611 0000000000000000000119c1db101b7cd4806c0461aa8c140714585e522d0d52 1.58 MB 3,543 1
910,610 910,610 00000000000000000001e12520cb68d6058f4e828affdf7388a521fb0eb60bbb 1.74 MB 4,066 0
910,609 910,609 00000000000000000001f96e0433bdec3b9ebcd761296a95204015f63f417d0c 1.55 MB 3,093 2
910,608 910,608 000000000000000000005969d9182ec65fa61374a9f4e0a3536f0cfdb96b5518 1.72 MB 4,369 0
910,607 910,607 00000000000000000001e95ef90245fdd3191ff2c20d3131b504afd04f9b0081 1.57 MB 3,476 2
910,606 910,606 000000000000000000020f2a78dcadf5b3fe2035ed7ad1ca2d861ef678403692 1.85 MB 4,496 0
910,605 910,605 00000000000000000001aedc1cbb0a6442b8fb2a8ce99af3cd9eb2d8212b7eca 1.86 MB 3,463 1
910,604 910,604 0000000000000000000127d1cccebb62bbc2b2a66c7983bb5aec3f454fa4a3b1 1.73 MB 4,612 1
910,603 910,603 0000000000000000000015c26ff2cf14b0a6bb25d4b0737d720348947e287d6b 1.63 MB 4,154 2
910,602 910,602 000000000000000000008bfe5d30686e1de16538ceaf5226b1b16650d7d09bf8 1.75 MB 3,071 1
910,601 910,601 00000000000000000001fe0af318ac7d5ee949f6015e890262902d50ea210c02 1.69 MB 3,741 2
910,600 910,600 00000000000000000000311d7f84cbc9dfa26cb507ab7a50bff1372ae0e83a52 2.43 MB 2,176 0
910,599 910,599 000000000000000000009b9da648db28cf69292b8e06535215c235948226be04 2.15 MB 3,512 1
Previous 10 blocks ↓
Total Size: 774.56 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,275.98 GB sent, 121.38 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.