Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

239 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,424 000000000000000000022b910000000000000000000000000000000000000000 0.07 vMB 223 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,423 (477,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
433,738 433,738 0000000000000000043238f7501a2d4057b9c2e647cb1e8f28843d966dca0cf9 1.00 MB 2,618 75
433,737 433,737 0000000000000000005f6c8362268ee0c9dc0e93f12efa1c0b76b7d9cbd3eed6 1.00 MB 2,640 75
433,736 433,736 000000000000000001a0a7dc8ef7d2866af5e7dd4720b0ca203a47af722edb93 0.06 MB 170 74
433,735 433,735 00000000000000000200e27e3cbd17acd60666b61074355ff1c81f4cfc7928db 0.83 MB 1,854 62
433,734 433,734 00000000000000000220d252d520c5feee73afd1b0449e6b2be16cf5af6e1a65 0.42 MB 438 25
433,733 433,733 000000000000000001ab3a667b0f48c14b54373a8f78826f73d3e5295a12e26f 1.00 MB 1,922 44
433,732 433,732 0000000000000000042a17f113203daf9e19c04ce5bd9329f1046f5556e253f1 1.00 MB 2,708 86
433,731 433,731 000000000000000000b7d71fac2f559b953b8fb9a865ad84b0d326a4bd455aea 1.00 MB 966 21
433,730 433,730 0000000000000000033f83009aa616f63677c794d07101389df04f5ad4a80cb3 0.86 MB 1,963 64
433,729 433,729 0000000000000000038d806452e18d122aab2daae276e9156e012f77783f4dd4 0.49 MB 834 44
433,728 433,728 0000000000000000021d63830c32a27212462a3ea9f4bbb05ab67539c9fd159f 1.00 MB 1,273 56
433,727 433,727 0000000000000000017613f53f9a5aa425f1ea66b64cf8c5ae616be2351f085f 1.00 MB 761 62
433,726 433,726 0000000000000000007867eac17f12e66942b09ac26cd3a3d8990bb355690398 1.00 MB 866 21
433,725 433,725 00000000000000000046af17c3a58c362fee991e69fb8406bb3247e6b0f901f9 0.76 MB 1,680 55
433,724 433,724 0000000000000000040df6149b63078626bb9f30c52890759a87ce3c289e11ea 0.81 MB 1,691 56
433,723 433,723 000000000000000002233b6f08f002db4ffd60c94738dab3b46bee2df51e29e7 1.00 MB 2,421 66
433,722 433,722 0000000000000000015c9c312c561800c80e5fb518607d7654b6e46ae37d2958 0.54 MB 1,231 59
433,721 433,721 00000000000000000079b3abe83b7eb92d18bc873ad7c0d903fd939a14c8e481 0.50 MB 1,091 61
433,720 433,720 000000000000000001ede800a562b95087e0c9d687db9a5f3cc87a8239cc7895 0.99 MB 450 11
433,719 433,719 00000000000000000393ac61ff008d6bc0b61789ee57e30e1184a53706eaca13 0.17 MB 357 64
433,718 433,718 0000000000000000016bcc5f6f6c536265a1dbb7d324989d2aa9df5416c74817 0.99 MB 1,282 37
Previous 10 blocks ↓
Total Size: 776.03 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,405.50 GB sent, 128.89 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.