Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,534 transactions (2.72 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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,827 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,339 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,826 (872,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,709 38,709 000000005f986872d4a054586deec06313c1d524535cce804ab61a57223ba428 0.00 MB 1 0
38,708 38,708 0000000070e73d9cf0e33d22232fbb9a395483a69d2dad6bef317762d7043181 0.00 MB 1 0
38,707 38,707 000000001579f6dd590292e28db359bb3c320269e87a205290e1609b365bf2dc 0.00 MB 1 0
38,706 38,706 0000000037869fadd130304e12ae0a9af1f22c8e7bd339ba7357846aebcf5c15 0.00 MB 1 0
38,705 38,705 0000000055591d1213c76a61272e7978b59c678f6040f0f9aca410249846e818 0.00 MB 1 0
38,704 38,704 000000008ad12c5856d8a42764b81851d7914ac7872b59bbc0308dddb5d41a66 0.00 MB 1 0
38,703 38,703 00000000092922eab2ff410a9aacb4eafc2d56d53ded04eedd4e3b72088752ac 0.00 MB 1 0
38,702 38,702 000000002f229f22d63c8d06b202c98611fce75cc0dfa1ca0f36532485de1e41 0.00 MB 1 0
38,701 38,701 000000005cf9f7f489627e57b73a325ae7b9a9e8955bc6de32f618977c84aa8a 0.00 MB 1 0
38,700 38,700 00000000109645498eaa6f4eeb858a3097e9f37c65201713848fda6c9a1b6646 0.00 MB 1 0
38,699 38,699 00000000004c20d872d6ce7e5d5e971319a11d3da0973177f5062343c13150d2 0.00 MB 1 0
38,698 38,698 000000007bff22a25378c40c8aadd7e467d41c65937d1b585e696b2cbb5e6a0d 0.00 MB 1 0
38,697 38,697 00000000655997eb727d1bd5f636b439850a4c045f8bc460eeb442668ceadf9c 0.00 MB 1 0
38,696 38,696 000000005f9d24b7153d553c538aa891a1c60b84cb50e766a5bc730e8727fb7b 0.00 MB 1 0
38,695 38,695 0000000072ab2ef94705c530151827190ea6501ed40428c89a9490117562950e 0.00 MB 1 0
38,694 38,694 0000000026d42d3a2c6c2dfa5289f0c489b8096bf29ddf104d4ef65214467e40 0.00 MB 2 0
38,693 38,693 0000000001536bfb33ffd9dac4c07af112402dc75b5038e1cd6b2077a68591bf 0.00 MB 1 0
38,692 38,692 000000000d658820feb94ea94b2c3f761510004eb4cb3af60b2eeff405f561bd 0.00 MB 1 0
38,691 38,691 00000000432e65cdcc07b1a6580cedeb8b24e9cde19871232009e858b975230c 0.00 MB 1 0
38,690 38,690 000000006bedd7c874ba995a6c470fccbb489b1bd71b0bc4a553e1c832a4c9b5 0.00 MB 1 0
38,689 38,689 000000003b03ceeada7587483a3ba227e015bc94558d145913506d50921cf180 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,325.22 GB sent, 123.32 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.