Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,407 transactions (0.89 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,662 000000000000000000022cb30000000000000000000000000000000000000000 0.88 vMB 2,393 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,661 (857,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,003 52,003 000000000db2836002d28f134d1da57cb8592a2aa04dbc1be208355e7caad04e 0.00 MB 1 0
52,002 52,002 000000001164121e291be6a7fd4be48f97d9d63ff8f29227a98de338977c4da3 0.00 MB 1 0
52,001 52,001 000000001ab16006f0e6372bd266b8dc97805aef21d0362048377cf03f80909e 0.00 MB 1 0
52,000 52,000 00000000082bc4398c4aa5bd8d9fc452d60d533ef68baabf594c9e7d6649049f 0.00 MB 1 0
51,999 51,999 000000000f95de67605e78d9b57af78335c539376964a857ee601a907f122d56 0.00 MB 2 0
51,998 51,998 00000000059a0196f60bbf2f32b5c6118550d3f561d583de09f49621da7a7891 0.00 MB 1 0
51,997 51,997 00000000066d83aa221a567ac66f1ae595ea2152e88858fd95c2ebe3957d4724 0.00 MB 1 0
51,996 51,996 000000000c01b77076d6c361b4b08138aaf091c561dac1f733bddb53aa0ac8a9 0.00 MB 1 0
51,995 51,995 00000000147cbea2749a5fe381125b3ff3649d5a04dd9f41d21dfd1d0a5d8315 0.00 MB 1 0
51,994 51,994 000000000fe176cc7e538520785b8fb8c7ffff6834cf8252fb9224bdc2a1f8a4 0.00 MB 1 0
51,993 51,993 000000001bf8d29d6ab5d0d698c68031fbac59be14d046a34590173fdbe53d51 0.00 MB 1 0
51,992 51,992 00000000101e1a50ed030c2951f558f7a1cf40629454d666bf6631291d9b1d25 0.00 MB 1 0
51,991 51,991 000000001f6df5eb816205bbca2f935a7ae8a95e7b8126d5f074e303f9e1879f 0.00 MB 1 0
51,990 51,990 000000000a13e70ff249a617262203d6b0c32de592f8a2c3858a428dad33d40c 0.00 MB 1 0
51,989 51,989 000000001ca0418270338645669d6947cebe13cc45396e128cce5525b3d7c036 0.00 MB 1 0
51,988 51,988 000000001a04ac30edfb6586bc20ac604679427648c106729c1bcfbcb75b1572 0.00 MB 1 0
51,987 51,987 000000001b573a3e04f8b1a6e0eab352ec28b1fc3971a44b778186707332506e 0.00 MB 1 0
51,986 51,986 000000001ea126434708ca189566e6ca85d5ffc3c0011eb1ced8dbabe85713b6 0.00 MB 1 0
51,985 51,985 00000000103eb09bddd0be896a8c60e70821acd2a662746310674c73228662a3 0.00 MB 1 0
51,984 51,984 000000000ea416bb645bac2b30bb02eaab61aea2f7d836b5dccc5ed9ca3b704c 0.00 MB 1 0
51,983 51,983 000000001f9a94242cf34d37670a084dd3dbbff1640825d1f3c417a42d1e3ea7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,133.29 GB sent, 112.24 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.