Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,821 transactions (0.51 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,602 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,822 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (880,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,885 29,885 00000000635845b85c6731b78586e195a94282950d2307329c2a9cc909c2dc51 0.00 MB 1 0
29,884 29,884 000000009f45fb74e91bbdd43602dd0f512c83213ee394fa71c6a52f62fe631c 0.00 MB 1 0
29,883 29,883 000000007c20c31aee71115f459f4952fd052def7d28b913e63b8e9f87802196 0.00 MB 1 0
29,882 29,882 00000000e3e629d506aa4450d7b07864ecd55eedbe4d2e06187a84626b88fc13 0.00 MB 1 0
29,881 29,881 000000004cccf0635e53b7c860bdd6b7e18a550ec4c5f453bcc2c2fe0817947d 0.00 MB 1 0
29,880 29,880 0000000075253947a2e3932b1c3d339060172b8606e244af2c4ac9225ec1eed7 0.00 MB 1 0
29,879 29,879 0000000095e3d5a8dead2b8acf16b0e80b5178a081fca47715f6a677312721d1 0.00 MB 1 0
29,878 29,878 000000006f662d4c479c780406119edfdd0f067a2f94aa14d4b9634ed4311f24 0.00 MB 1 0
29,877 29,877 00000000a86f41c258d73081d29071462f1eb694e7270e4f8e7d2f565bf90df1 0.00 MB 1 0
29,876 29,876 0000000034385f6992e2f2c1b6a8891fd20144adb2b8482cd28b4a028de345f1 0.00 MB 1 0
29,875 29,875 000000005e990cd1a8312e3cc10f39d94924c0a1dfd60fdedc1104a5400c741a 0.00 MB 1 0
29,874 29,874 000000007ee97fcd08515ce86cd1e58915ccdede0b4179951902e991e7daa326 0.00 MB 1 0
29,873 29,873 0000000054f7e15fd6a6c371b4218d342d9fe9e11687370f45a79dab6ff024f9 0.00 MB 1 0
29,872 29,872 0000000067ec8c4ac558b7f72d1c1d3fa74099859b31cb6d8f045561670de9da 0.00 MB 1 0
29,871 29,871 00000000c53f15c332462cead592b05b992f5e68db3f13523751ec7228c7cdae 0.00 MB 1 0
29,870 29,870 000000003441786aec703cf1295ca0eaa948c7879cc4f5ad051f68af88662726 0.00 MB 1 0
29,869 29,869 0000000041225c169f7d654a49cc3ae3b52c10517bc84dc75c330f511cecf80a 0.00 MB 2 0
29,868 29,868 00000000e7b7744a1933a22692d23725213e55e37036bca4322d8fe2a91a7e20 0.00 MB 1 0
29,867 29,867 00000000ddf5be2c2034b4e3fccb66e2a292d14d906c50bc01e167fa278575fd 0.00 MB 1 0
29,866 29,866 000000000c5db10eab56c42defe01e21cebc58057013dbc546e248390522905c 0.00 MB 1 0
29,865 29,865 00000000adbac09bf6f583ccb7596c0192521aa282fa8b01c80d2cc742041cc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.