Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,498 transactions (1.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,558 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,381 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,557 (898,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,791 10,791 00000000ab1780a892574af558b0f1487d272ed50e63d945a1af89a4c92fb623 0.00 MB 1 0
10,790 10,790 000000007aa91fbbb88b715be9119d46900de0f578d420a48fbc10ae6fa74c14 0.00 MB 1 0
10,789 10,789 00000000dfdb96d650dd9c2767d02ef6da18fd8b3d8a3fde28bef1849d728f0d 0.00 MB 1 0
10,788 10,788 0000000042031931ff716be9ed84645e287bbf644e9f1d3c54eece6201ae895a 0.00 MB 1 0
10,787 10,787 000000000af4875b1e5c0d943fb600724c8dafd720571d33527a4dd7fcd0d369 0.00 MB 1 0
10,786 10,786 000000004afcc9619fddba58d5bd6bc98dcf207efb57be455f56ac27349f2509 0.00 MB 1 0
10,785 10,785 00000000b3dc34a21a82a2658f7a026c5d6f65ce3e260510878674956d5efb5c 0.00 MB 1 0
10,784 10,784 0000000008b5669a8b79af505f3aae5316720faeb114818568fbb1b70e727f2e 0.00 MB 1 0
10,783 10,783 000000005302ee1eac4564948457100f1a5e63754820f321f14c98c316b6f72a 0.00 MB 1 0
10,782 10,782 00000000d48833c859073190cd672de42994102faa47c4c43b14e0255f419aea 0.00 MB 1 0
10,781 10,781 000000009c78bad545567b230de312f781479ef21103d3044055909b34c1cf55 0.00 MB 1 0
10,780 10,780 00000000aeb0d38d01666a629dfe9fd3d8b9e2eb48198d893fd8b1a59cc570a3 0.00 MB 1 0
10,779 10,779 00000000a499bebf78dfcc3fd5883e70a7449c89d049e88cba6a1816a8edeb8d 0.00 MB 1 0
10,778 10,778 00000000244be52186ac8c86b96bd43ea48d172fd8daa843c843a434b242ccab 0.00 MB 1 0
10,777 10,777 000000002b7e5862ceadad69728f7abfb0b1334b663aff8de840fdef285aba3d 0.00 MB 1 0
10,776 10,776 000000008179d1449dec7d05242fe20d5fbd9cbf885ce75c149838a7ef228dc6 0.00 MB 1 0
10,775 10,775 00000000be91118191451961457bd22bfb04ce5867c3aa1d4badb8192007557b 0.00 MB 1 0
10,774 10,774 00000000aee9ffba21bebd195a35bc709cfb0ad1d75840139c0a83dee09020e4 0.00 MB 1 0
10,773 10,773 000000008ab3ef09466a68e780dbbf18f3230158016fc085ec7e3be0d985faba 0.00 MB 1 0
10,772 10,772 0000000087ac12be963542e293fb15984e89f8fb53d27c74c6c0f68b659ee5be 0.00 MB 1 0
10,771 10,771 00000000b4d88e0aaae1027bb4f66d50d49a0071ae8f91e119d2ba1d2b294311 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,088.45 GB sent, 111.16 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.