Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,520 transactions (5.73 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,273 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,149 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,272 (872,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,051 37,051 00000000481d51695895af1031cd0c970e1807febd64c275598312dd0a318105 0.00 MB 1 0
37,050 37,050 000000006f37c86e28965c7781f5bb2357fd8856e285f549b5ab813b21ce2ddb 0.00 MB 1 0
37,049 37,049 00000000089e54cb90f0e744beac1516e3e7380f453278c484184e161d172463 0.00 MB 1 0
37,048 37,048 000000006bfa06ba8f896919e62e35000db1841f164f920ad3742927bbea029e 0.00 MB 1 0
37,047 37,047 000000006855fc24c109d79dd1ae9f92724075f924f73d26bae06d8db045e580 0.00 MB 1 0
37,046 37,046 000000007ba46e1a647875732ae58e73fe32a2064f80a8beb2f3677d0b863c31 0.00 MB 1 0
37,045 37,045 000000004aa6378617775dc9efe402b6c75a4ef90bc24cc1dcf333ae5eed4261 0.00 MB 1 0
37,044 37,044 000000006c232482d33f3d9c1be7b32471ef76b36181dd3afdead37ea2cfbcae 0.00 MB 1 0
37,043 37,043 00000000adbe1dc26162b7eba2b9ae607ecd74ebfb4f6f43404ec3583ba01a24 0.00 MB 1 0
37,042 37,042 00000000ac82e80f25b5ec97c5eb1006a0c8113d5262a74dca4a73f1128cfb17 0.00 MB 1 0
37,041 37,041 00000000705ad3bc8f4c61499ef9015b0af30b6df2bbb1fb561a2282cfbd6fe5 0.00 MB 1 0
37,040 37,040 0000000061bb7911d0ff3109aafb551023225480b613a76d010f030bb8e06e42 0.00 MB 1 0
37,039 37,039 000000006ac6deb0b57db8dfdf2251b486a6e6b9c03e3075f1310050bc5e1f00 0.00 MB 1 0
37,038 37,038 000000009f5a085ec1ed4fcf9998368eb91c0b8a808a2b23b19b7b7533504151 0.00 MB 1 0
37,037 37,037 00000000b43e3fbec2c6302f843bf752479050223b03b7decaca8843ee90f6c9 0.00 MB 1 0
37,036 37,036 000000004f8c7f7649375f2f679b1688a17a20b2f9555189ac533976c6986c0a 0.00 MB 1 0
37,035 37,035 000000005444de31c504d7bfcf57cef53ca5071ff06762c9541ca4c861212f9e 0.00 MB 1 0
37,034 37,034 0000000090afc7702cb156fa8c92c400cfb61791219557c98fea6446aeb3ee61 0.00 MB 1 0
37,033 37,033 00000000b653cdbe256076d1847c40e5a3bd50378f766487f67550f71c0ca218 0.00 MB 1 0
37,032 37,032 000000001a348b03688bcc100246b2cfe411a59a35f36b15d4dbddabb55865bd 0.00 MB 1 0
37,031 37,031 0000000038a6a17d7caf276905246151bfa8e64839f1f29bbb9dc6be086dbf72 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.04 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,045.84 GB sent, 108.27 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.