Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,023 transactions (2.02 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 910,826 (874,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,838 35,838 00000000a562f65668bb5a053b8e0a9ef15fc298f6ab11b5b3dcbf7bd42d4cd5 0.00 MB 1 0
35,837 35,837 0000000064dba506ac9b66d0795b60e51b3e383113c201c6831cb15e437d6fa5 0.00 MB 1 0
35,836 35,836 000000001747904cedf4faf63243f7ddde799a4a9158ddd780436056fd363f34 0.00 MB 1 0
35,835 35,835 0000000059e5d03f4ede6738338b71a02c3a2bfc440b4d4d27269ac5a4811f95 0.00 MB 1 0
35,834 35,834 0000000093c66e2f09c0ab352a4be8945a98ce8c9f593fcfce56ae2464e4cfcc 0.00 MB 1 0
35,833 35,833 000000001871152d4ac6c0ca0d66e364233a449d617fa97376494f9e87dd9cd3 0.00 MB 2 0
35,832 35,832 000000001dfe79907a73714679f7ec68920c157374e29c05e8f8ad7aa5d4ff04 0.00 MB 1 0
35,831 35,831 00000000739eea82cd3abbc87a90d1dfee5735121ac5045d65856af194e22ef8 0.00 MB 1 0
35,830 35,830 00000000668c380ac855d102c552211dc347543d368638e4f2877ab94ea2c736 0.00 MB 1 0
35,829 35,829 00000000917bafc1dd09e279395dad434cf59a417ede3df419b9e834a53a92d2 0.00 MB 1 0
35,828 35,828 000000001ec6caae7e890968b4b876deeea2d543c0a4be9566fe9388dedaa8cc 0.00 MB 1 0
35,827 35,827 0000000053307564abbfa7f5da9afac62e5c5ee6a1295a845507bf63cfa3c20b 0.00 MB 1 0
35,826 35,826 000000001dc939c78c0c3d26aaafcfd997a7d70c7d098723302bce54edf4bc07 0.00 MB 1 0
35,825 35,825 0000000085795059fd253b234b636a7eff5da4b4b57ae884813afc598594299f 0.00 MB 1 0
35,824 35,824 00000000a7270f5936dff517e6688dee94cf258cb6beddab33b3f181e8bc7383 0.00 MB 1 0
35,823 35,823 000000000043fd29c5c4923015030eb09590ec1fa1ee7ccdfd182f1a7f6ad09a 0.00 MB 1 0
35,822 35,822 0000000037d0e60fb49835e83c355e59055cd4c47e7bd7ff54729213c4867e69 0.00 MB 1 0
35,821 35,821 0000000006c5e6b2f2e13af7a6811b315ab1aa885a07063396e2728943033b05 0.00 MB 1 0
35,820 35,820 000000009f7414a8690ed4f0aa250ec5b01d2e61866218ec7bc0b7003c1a7f0c 0.00 MB 1 0
35,819 35,819 000000007c1acded0ae22f7916dadc722ce8236297d1d39dd6110a7272f9d770 0.00 MB 1 0
35,818 35,818 000000006262b7784cb5356eb9debe3115faa125f13228bf2d737e8823d63646 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.92 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,323.87 GB sent, 123.31 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.