Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,625 transactions (0.45 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
911,690 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,625 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,689 (880,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,972 30,972 000000007fe43a2a6473285104d73d74a9e7e69d76662496238c5da73c1e26ea 0.00 MB 1 0
30,971 30,971 000000009af0fd78fb10d83ecfae46c96b43f4d745535f45ee660fe2c0c3b759 0.00 MB 1 0
30,970 30,970 000000002270e59e8fab2a411b6dbd0957bfa2b5174e2ce136785dd0fd9e9cc7 0.00 MB 1 0
30,969 30,969 00000000c6cf6c397c4428d0974e53bcd70f3f06b8f8b6ac2786cd5f9da53be5 0.00 MB 1 0
30,968 30,968 0000000045f0184bcedf6a66c230d97135baf497ee9f70c750de34bd1b1020b4 0.00 MB 1 0
30,967 30,967 000000007c30035eff2cffe464da608a5f33e4201824695022916bf5b79cce18 0.00 MB 1 0
30,966 30,966 0000000098368a8eba3c329712bf6d9340c855df2aeecb6f749df9427c2b26bb 0.00 MB 1 0
30,965 30,965 000000003f264645c88b04013ec9bee307d51149404fd5814efac08f4ced6861 0.00 MB 1 0
30,964 30,964 0000000031dca3366ba82bf0b3007c354c250fdbe1a2b376caa249f57d973008 0.00 MB 1 0
30,963 30,963 000000007e766480a7babe63debc18db7752d35694c146f032fe49091bd95100 0.00 MB 1 0
30,962 30,962 0000000079210a2cf6e166928495894bfab6f9d1433b9e5174b5391ffc7113b1 0.00 MB 1 0
30,961 30,961 000000004a1bed2efe1722e473c22cf84e640b04ff21cbd5c7fd592c6c2fe790 0.00 MB 1 0
30,960 30,960 000000003453bcd69bd4fca36e00191d86a7e73f5dd31a502f8a8ed11353732b 0.00 MB 1 0
30,959 30,959 000000003a9331730edc16948fe085f332949c2b59bdccea4c4ac4587fab4838 0.00 MB 1 0
30,958 30,958 00000000db98b2f1c06be15a8b9b9dd4aa39f871bec7686cf9f5ab07a6c4c2a7 0.00 MB 1 0
30,957 30,957 00000000ac7d50e60e693f59ae2decf933a2c71b6ba2599c599de71883afb118 0.00 MB 1 0
30,956 30,956 000000001317d8e27fa4e19e528034d4163d18f5de82f5a29c8e0354e58d5d16 0.00 MB 1 0
30,955 30,955 00000000029f5862891d59aba581d77765290335373781663750c23605fd7c17 0.00 MB 1 0
30,954 30,954 000000006bce8d5784c3593954a51c18dc628b7dda18d52a598423341e7f0cc1 0.00 MB 1 0
30,953 30,953 00000000c10f02ca97ad3e7f8b186f5fdb7bd01c6410d09ccaaa99024c619d0b 0.00 MB 1 0
30,952 30,952 000000004bddd9694d110b946a3b6d5ef018374cc33ae2b15737e36a0db74569 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.51 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,425.53 GB sent, 131.21 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.