Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,369 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,491 000000000000000000022cb30000000000000000000000000000000000000000 0.34 vMB 1,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,490 (825,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,981 83,981 00000000002e5795e5ad8cbcc75a803a7acbbc00005046ba8b48053c2a3e2c79 0.00 MB 2 0
83,980 83,980 0000000000256201d82e2baa49bd137afabb3e528566a26879ed5f751433182e 0.00 MB 1 0
83,979 83,979 0000000000156ec6e7db76a4edd172031b9de7aa0ca75fad2ce76246db43c427 0.00 MB 1 0
83,978 83,978 000000000016691bba12e6e592dac8d970ed6f745c8e7b5cfaba435797eb263e 0.00 MB 1 0
83,977 83,977 000000000028b62ca049e5f86458d407ffd9a0cf62d562da8907e6fbe37d7ec2 0.00 MB 1 0
83,976 83,976 000000000026b4c15e44ff2e4f6db1cddb724f390d94f53a0d4217384e5ba822 0.00 MB 1 0
83,975 83,975 000000000006a8bf175d65927ffebc67245be4c6fd906259522f57040a242829 0.00 MB 1 0
83,974 83,974 000000000003b0a6f792ccd4db7ded45001468c5a5abb2ce4ffaacd14e44ac55 0.00 MB 1 0
83,973 83,973 000000000009caf3ce577e27d74f945d34a705299bcb994db13f1521d02c1973 0.00 MB 2 0
83,972 83,972 0000000000107a4c076b4bdc6bc8b984e2f501f1570a19f2fa6fd7cda10ce433 0.00 MB 5 0
83,971 83,971 00000000002c3f15fe530d7d5f3c135ae2eb394fca4985a9ba2f344957ad334e 0.00 MB 1 0
83,970 83,970 00000000000cd70ae40006121f5449a4dbd2da653fc398ea4a77470ed0a51847 0.00 MB 6 0
83,969 83,969 00000000001381786fc3a157c60d68eb03d6d56732e70d04ca518a488af60ab6 0.00 MB 3 0
83,968 83,968 00000000002272a574a6a3fad55f9e3dbc5c9b9c80ffc27774e80bee0394525b 0.00 MB 1 0
83,967 83,967 000000000018eafb63ee4b94dc9e7deb5596f30e3d98a1052795384d7d2fe8cd 0.00 MB 1 0
83,966 83,966 0000000000299fe7ee58e651ea3444e670f62a5c43973f3fef4c6c11375e5c5e 0.00 MB 1 0
83,965 83,965 000000000028d5490d6f2f546644f11ee85eb7db6bf5308cdeb1ec481685521c 0.00 MB 1 0
83,964 83,964 00000000002be4307e69e866986267f16391852212f3ff5091cbaa1c7214d061 0.00 MB 4 0
83,963 83,963 00000000000c00b5146367198746713bfa0bb389070fae0674a06d328afb42e2 0.00 MB 1 0
83,962 83,962 00000000002e1248db9e9ad58c50c9c436745850dc7f0d70b5aaabd246628563 0.00 MB 1 0
83,961 83,961 00000000000628a8528d8492868a029b4a8ede57f6113d5202916bd09e4aca4c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 772.46 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,080.92 GB sent, 110.52 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.