Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,031 transactions (2.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,236 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 406 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,235 (506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,729 909,729 0000000000000000000204b7d88aa955349ec217476c99e3d76f0ab06760cff8 1.72 MB 1,845 2
909,728 909,728 000000000000000000021c167ea500727e70399fe20ddd43860da4c6046af185 1.59 MB 3,289 3
909,727 909,727 00000000000000000000f6912b399d5c798022046101db0e5813f4124030e49d 1.58 MB 3,651 5
909,726 909,726 00000000000000000000639e3c71b88c65a88be62735e7b7377750b04de0df09 1.58 MB 4,206 6
909,725 909,725 00000000000000000001ed5fb0fd51ae8fbe50b9e40435a7be01f03024bddc18 0.38 MB 915 2
909,724 909,724 00000000000000000001d8c01153f7df2798f50c264b5ed385f4ea60e02bf108 1.68 MB 2,674 3
909,723 909,723 000000000000000000011a5ca9efd3c763ae2e35d91b6abb5939ec4d8a58e1ae 1.81 MB 3,001 4
909,722 909,722 0000000000000000000192112fbabc81d31f756f723dc17d00b4d68c841c9a8d 1.74 MB 2,626 3
909,721 909,721 000000000000000000019e2e3e89820896d99b28e09728700701193b7942424a 1.97 MB 2,257 1
909,720 909,720 000000000000000000008dd990d44174b891af1236400174973985aa2bce5c0b 1.94 MB 2,434 1
909,719 909,719 000000000000000000014be21e4700cc8e90d2134073c7d59c4737bdf007f490 1.78 MB 1,731 2
909,718 909,718 000000000000000000010039f6cc43cb4f80844680156da0b22b80adda1a30e3 1.60 MB 2,377 2
909,717 909,717 0000000000000000000159505e30777902d12c4abe50081a27ec6d6c5ad0dbba 1.55 MB 3,933 6
909,716 909,716 00000000000000000001eea4d0f5daa122dba50eb4dce0109c43bdc749fad078 1.73 MB 2,434 3
909,715 909,715 00000000000000000001c4562d310e4d0b6d020bbae669020aac88fa3a538d7e 2.22 MB 1,733 2
909,714 909,714 000000000000000000002fac381933e2577c0f13e5d42c7af768bb3fda44e1f2 1.57 MB 3,876 6
909,713 909,713 00000000000000000001ec2a8f983625c9c5c993de0a3244edd954aed32870bd 1.62 MB 3,495 5
909,712 909,712 0000000000000000000077189e8af9f5e05801e6c76f0e47e967c10b0f8dea50 1.84 MB 2,890 6
909,711 909,711 0000000000000000000021bb519296660875b9e4b692df8a127dfb5a366818e1 1.81 MB 1,822 2
909,710 909,710 00000000000000000000e46bf5a1d03679268d195c03b51e9824b5d726c523d8 1.66 MB 3,511 6
909,709 909,709 00000000000000000001c7a6e359eb5af127228af79b7e7516bc9ff6b22fb7b9 1.78 MB 1,307 2
Previous 10 blocks ↓
Total Size: 773.83 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,205.67 GB sent, 117.77 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.