Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,755 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,160 000000000000000000022cb30000000000000000000000000000000000000000 0.50 vMB 1,739 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,159 (839,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,880 70,880 0000000000fc010d0626ca9e6f6b31cb8408b78f3a52f695d13654ec54ae9fd1 0.00 MB 1 0
70,879 70,879 0000000000af658662ff7c99ccb7594feb87fef5a33a4e705479b26eeed24d20 0.06 MB 276 0
70,878 70,878 000000000067551f3a1dcf92290ca9b62937d62160c319ce2d0dfea4cf10fd3a 0.02 MB 112 0
70,877 70,877 000000000038509d72d0a66fd2ec8586d510a5a36cec901b3689607c2871481d 0.01 MB 61 0
70,876 70,876 00000000001272d541fc93898c613280db1cc64472b92fff841c33b1f6610bd3 0.04 MB 190 0
70,875 70,875 000000000085240735aaca9c00d6fb637a507127713ba4de214b2532288b5d2a 0.12 MB 548 0
70,874 70,874 00000000001df759fe491964b9aadb01ccb4c8e4ec8b7d5b5b1725e6b1556198 0.02 MB 79 0
70,873 70,873 00000000001cf9a61fec87f8a8a60234d0aebc704ea83beac2c9c5f5bcf8c378 0.03 MB 113 0
70,872 70,872 00000000005777c693a113fd766d1d08e5f5a654c46fed9efea50918ac4f5bc8 0.03 MB 147 0
70,871 70,871 000000000009793ff489eb5188fa20e0a34ddf01f4319a822334bc6851fa5f73 0.05 MB 200 0
70,870 70,870 0000000000370f135f51aed33baad4029e5c6cab595a3dc0663c12896c205b1a 0.13 MB 372 757
70,869 70,869 0000000000c6f565330e0fbcb3b97696d4cdfda85b2d7d3bab3e5bc48b7a9388 0.01 MB 29 0
70,868 70,868 0000000000519aabf7ca56345d4bbe1a8dcab02be862e325671609b5f9e8ef5d 0.02 MB 104 0
70,867 70,867 0000000000f33bff36a6fe49de64c985e4e14fa4dfbefc9769b298587025594c 0.08 MB 345 0
70,866 70,866 00000000001179e355facd76aad6914edcbc373f37b9a4bdd848c17d52cb10ff 0.00 MB 1 0
70,865 70,865 00000000006909961cec06fbdaec413f8ea4b785cccc3d52a1dbd017c538313c 0.00 MB 1 0
70,864 70,864 0000000000e44bfc30d221c431f1980f0f592e18346f83e20417dc600d288c87 0.00 MB 1 0
70,863 70,863 00000000008c6418a0d9031b8a3c6599723c02a1bb7a92c7e311d790030a5a10 0.00 MB 2 0
70,862 70,862 0000000000b31ec05464b889dac1c025fe2a2192ebf632d47c4689af8a8f9bb1 0.00 MB 2 0
70,861 70,861 000000000055f222a4e55dcf437d91f8c8d2e6fbd5a1d0bd1e51a48502f374e6 0.00 MB 2 0
70,860 70,860 00000000002641f148f52146cf1aace50b37304cab18a8a48ae3aad2344e312e 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 773.69 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,193.75 GB sent, 116.93 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.