Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,996 transactions (0.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 2,976 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (855,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,613 53,613 000000000a04a15b4a6bfa97ab2dc0ac6f04e757359dd7998041eaae1b324528 0.00 MB 1 0
53,612 53,612 0000000000050d3b898a42ce2d0ab88f5247421331d2edae3e58efb3c95f8df5 0.00 MB 1 0
53,611 53,611 000000000dfcdce7aad80ef0ec91fbe7cb0c2c878622060a8e1fa4dd2e143676 0.00 MB 3 0
53,610 53,610 0000000007135f00e498e9567cadf889ff6349141c68780f219417e9ee7e5661 0.00 MB 1 0
53,609 53,609 00000000122924dd0bcf6fffdd396da20e9da1049eff68e2ca11f87a9f2e457b 0.00 MB 2 0
53,608 53,608 0000000002a0f6dd4a54389202bfcbc093b9ee24d0601df22dd762236cd2d12f 0.00 MB 1 0
53,607 53,607 000000000fb6dc2e4a018c60dd78b3b0510ea41fa4a161bcabef53589435d786 0.00 MB 1 0
53,606 53,606 00000000121ce1fac8e3271d6bc5904a20bb270b5d7a21b18fd38caf1540c1cd 0.00 MB 1 0
53,605 53,605 000000000c0710efc70a778cae0b41a0002bab384212646465456e7844cab9aa 0.00 MB 2 0
53,604 53,604 000000000efb73b4e0da4f46267546a3e46655bf118dda136b24a13ef30dc960 0.00 MB 1 0
53,603 53,603 00000000029ca1d302250f7af2d538a791d0183df57fa5184dc10eaa87104cd0 0.00 MB 1 0
53,602 53,602 0000000002f94ea2c047657a7478e1a0b88d3b4980213aef97bc99cad8df7bf1 0.00 MB 1 0
53,601 53,601 00000000082c78ef79454aeffb6e1116179e43b9b4529a7ce5cb6102e68fa8ba 0.00 MB 2 0
53,600 53,600 0000000014ace502ca0525c27439a3bbe2c95742f0aa024c88a4556396a5bbc1 0.00 MB 1 0
53,599 53,599 00000000091e65180303e13f1f14075ae3c2078eb2ac84494e7567059a5863e6 0.00 MB 3 0
53,598 53,598 00000000087925f7875340dc010fdb267689fe7c37173cffff850f663c7467e6 0.00 MB 2 0
53,597 53,597 000000001589df90a66c654de690fda3a1ff1d2df1b9de9e986c50723eaed273 0.00 MB 1 0
53,596 53,596 00000000048a895f2419eeba9af207ecd33b6b366bafd5d4306effa4d5d7de92 0.00 MB 1 0
53,595 53,595 000000000b4004129ca3b2d43f37c1807988c7dc3a567e49ebf8055c80b2c2b7 0.00 MB 1 0
53,594 53,594 0000000002c585e0a99eb40e7e70b0ae06122dfc6417e0b87f583c2baf99f571 0.00 MB 2 0
53,593 53,593 000000000ecdab2fb7111278e9cb33e21b776f890705763ca5184e94ae7b0f3a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.84 GB sent, 111.56 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.