Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,876 transactions (2.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,230 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,229 (824,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
85,965 85,965 00000000001d59714cd808a349fc7b98efce638000c94e66d6190cf69aa4f06e 0.00 MB 2 0
85,964 85,964 00000000000016bdb3a2eb3948031d0d1ad31a640947d427a307df94d1275e16 0.00 MB 1 0
85,963 85,963 00000000000b7c77cc867983e8a5d556f774fba625ce1e1831a4ce82d5553883 0.00 MB 2 0
85,962 85,962 0000000000188e70c938c3ea82729684e513a3f7f32ae7491863b2c73221760b 0.00 MB 1 0
85,961 85,961 00000000002b5d241f7e221c3de454a170fc9c48d686534810ce8930cff9da77 0.00 MB 1 0
85,960 85,960 0000000000022c61eeea736e6fc90639cd6cfcdee17bd424e2fe21d73203dfd1 0.00 MB 2 0
85,959 85,959 0000000000088e333292eb40c0bd9a93e912d35f2bb4f3e27eeee3aadc76c68d 0.00 MB 1 0
85,958 85,958 00000000000b136a157bc3ded09d4ccf315ad5ca3a1d0a3fa9f30832afc49f3f 0.00 MB 3 0
85,957 85,957 0000000000212d80d8a1bff66b14e25b60dbae00209c3b59ab974ea88f0bcd5c 0.00 MB 3 0
85,956 85,956 00000000002f77cadddd47d55099f3d740ce7c866d7670525c518a1a8f07fcee 0.00 MB 1 0
85,955 85,955 00000000000e9ec2f1a552c4d2484f95fbfaa2081a5b41b990459b3bcd4afc4a 0.00 MB 1 0
85,954 85,954 00000000001827ff33e9ac52c4a18f58e27df0b59c706066407d96ce6241bb40 0.00 MB 1 0
85,953 85,953 00000000000ee3299a4d123cfa631c2e79b4939612d98cdc7eccccda183453ca 0.00 MB 1 0
85,952 85,952 00000000002cd076618a94375f4503ec923e17cc251104335f248494fe8a031c 0.00 MB 1 0
85,951 85,951 00000000000fa352259e4f5b79357c099cbc81a505979c36f0a9cf20f26add21 0.00 MB 3 0
85,950 85,950 0000000000160eaaca9f2c1882d9ef81af40b989d8e8d09f2d7237e5a9c63be5 0.00 MB 2 0
85,949 85,949 000000000006d844780f0c6d63fa2575d742868e04613df847d40a57a5d82c83 0.00 MB 1 0
85,948 85,948 000000000028cd43129a75716952198d068ae76ecc507e1c4db87de6e05821e4 0.00 MB 2 0
85,947 85,947 000000000028ab562fbf5026738b4e50e0aa237f31d2850258ec016e99b07511 0.00 MB 1 0
85,946 85,946 000000000008f21920cff67afe1a8e11a8b5bd6b00ade258fec28b57850773a5 0.00 MB 1 0
85,945 85,945 0000000000051467b921afdac248b8a186078d06751fed0915c61a2cc3fdad2b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.82 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,203.30 GB sent, 117.73 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.