Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,953 transactions (0.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.60 vMB 1,941 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (885,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,723 23,723 00000000f9973df2a55c2a4db12a2dd8f005852f09ba7348557eb77fcfaeff01 0.00 MB 1 0
23,722 23,722 00000000d1fc7f9d4d708210b55071f7f84b486b82ccffcddb6daa6e3047bc10 0.00 MB 1 0
23,721 23,721 00000000dfaaeeac4c8057152bd98db3993a5856ad3291a41964e6cc0d93cfa2 0.00 MB 1 0
23,720 23,720 0000000003896fd9e87c6b5b64b236594574edba785b8506e93448b35ca31137 0.00 MB 1 0
23,719 23,719 00000000f59ade5bf17fb1129a34dfe1fbb08c3b527bd654e5c57267e849235e 0.00 MB 1 0
23,718 23,718 000000001100b6e5b9abce230a1826ee3a615aff3e34f829e19d3e801e85504d 0.00 MB 1 0
23,717 23,717 00000000ce1d2ae9e598450bbb8dd753d9f3001cbc5909cf46df6f2f32895f72 0.00 MB 1 0
23,716 23,716 000000007b19fc77b7a31893726b4c2c829f26e9a9530485abba3b24a2863f05 0.00 MB 1 0
23,715 23,715 00000000bca118ec04f252a1fc72c90c9b751770d3a5d0b9754a8c0880bb103d 0.00 MB 1 0
23,714 23,714 0000000062bb1ac28eae6447177107b95b75e17a7ad1b4977147d6c61068e3f7 0.00 MB 1 0
23,713 23,713 00000000833798d3d1d61584a16e38b6478859df3358416968e5d3ba37539c3e 0.00 MB 1 0
23,712 23,712 0000000087530fe46c30f498c4f792bc51fc7ede048cf76e2bfafbe1e1b654d1 0.00 MB 1 0
23,711 23,711 00000000a639a9efae6bb1686081c4827c4b0f023cbbd7e86a8ca0b58d52cd8d 0.00 MB 1 0
23,710 23,710 000000007bb88545139e709cedf23b0f6e6502a9189e6abe797856ef36bef30a 0.00 MB 1 0
23,709 23,709 00000000c96ff0959e557700e3f4b4a76325874d4d7d8dab6ce1c917937c0f54 0.00 MB 1 0
23,708 23,708 000000004d2a92dbde6730f32a451b381e87575d054352082798142ec8d8ed17 0.00 MB 1 0
23,707 23,707 00000000daf85ae67911bd75dd46af01fa02c47ba0308d851cae6d24813c2b74 0.00 MB 1 0
23,706 23,706 00000000a3bb166d11ecc3a6c2efd3532fa761c0a197ad26dc655f5516e0bc01 0.00 MB 1 0
23,705 23,705 0000000022a7e6915bc7d44fca2dd1b20245920fae66a18c2926ae83b5fa6298 0.00 MB 1 0
23,704 23,704 000000003f8e8191c66f5722c01e739423b20fb19eb0f678067a332ac8944dae 0.00 MB 1 0
23,703 23,703 000000002ebad277768e24aa70b3481ba8a8af1d5b099259abb4e2eace2ac594 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,138.10 GB sent, 112.33 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.