Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

583 transactions (0.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,535 000000000000000000022cb30000000000000000000000000000000000000000 0.17 vMB 580 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,534 (888,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,941 21,941 000000009e23fc97acd37b72762339d3a6676dd343cc767a4f777ae4c1f49c4f 0.00 MB 1 0
21,940 21,940 000000005212622baa97e9b81b43396a7faa3b2973748b58165c69c17855166e 0.00 MB 1 0
21,939 21,939 000000004d71c7114e935d331772a4d92d742e4aaf06a3a3aa87c0b11e932b5b 0.00 MB 1 0
21,938 21,938 00000000e0b70fd695505204b4c89a6127708f732e03fb9898fa8766e0b32ec4 0.00 MB 1 0
21,937 21,937 00000000401e36f7d72cfe33d1e9c72c8f9db9d130d9c0c2780d99d043a96965 0.00 MB 1 0
21,936 21,936 000000007412759f48729c3c3fe701e8b60949ad06a0f197690f6be4fde73e65 0.00 MB 1 0
21,935 21,935 00000000187cc14f7d43d3ff074595a4ef00d78c87676416b9d4831f666a4268 0.00 MB 1 0
21,934 21,934 000000000efaf6767223542270be9bf38b91d02f0064a7dba403f86ca7fab8e3 0.00 MB 1 0
21,933 21,933 0000000003a2629675d585010e975b2b5af1c7f9da720c92361e76475fad58e5 0.00 MB 1 0
21,932 21,932 000000006841b11dba923dd0ffa5a5607a380110bcf48b9bd16b6bd9c2391978 0.00 MB 1 0
21,931 21,931 000000000d394dfc59e0d4d1451161a6b6a0722a74f15b4852d77e7ee3b7ecec 0.00 MB 1 0
21,930 21,930 00000000fafe77991219084cf474587a8b1b36595242daa1ef19d69251119030 0.00 MB 1 0
21,929 21,929 000000005f2ef84f3c70c21f1f7be15c134f26ebeeef5c65d35c882e533ac254 0.00 MB 1 0
21,928 21,928 000000006a7e0b61eb08be62f49ece258ba87812b483ccf87aece4a3bdfe2b15 0.00 MB 1 0
21,927 21,927 00000000d0b98dd97617d9906651e617a2f1de9970d68363c9807d34b6753001 0.00 MB 1 0
21,926 21,926 0000000063f856c34c3234a131f6724c451bf48e0d77b436da00633b0ea3df2d 0.00 MB 1 0
21,925 21,925 00000000294aa8f131cabf4bacd28a97f49e721361152deb1adf2b75fb1d588b 0.00 MB 1 0
21,924 21,924 00000000c3accd5290848cfeb27ede7468dae640ef1f2026f630eb5b68e936fa 0.00 MB 1 0
21,923 21,923 0000000044666499a26678862c6d4355a7332457e3443b8dee6ab022b0f8e512 0.00 MB 1 0
21,922 21,922 00000000e4c3ca7610d15500b8f0cf6c7f410c77bcec7108ccdad213538b67e2 0.00 MB 1 0
21,921 21,921 0000000099b872b4dd5d4ff3c6b0255d024c749ace7bb2d327731df46c8b5d2e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.37 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,248.83 GB sent, 120.40 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.