loading...

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,374 transactions (3.10 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,579 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,904 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,578 (887,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,053 22,053 0000000067ff50c75689e8ab57ffb3370e849ea71824347843ba76d634431f7d 0.00 MB 1 0
22,052 22,052 000000001d6a693f45eca9ce3352abdecd862878b360e6b49c1be005d184859d 0.00 MB 1 0
22,051 22,051 000000008f19d31845640c1473cfc89c6af29d48cddceeaf5560f7cd5998df93 0.00 MB 1 0
22,050 22,050 00000000237d02e558ca8d999735080532ea91bdd4ac3f777d1ab658748fd9a6 0.00 MB 1 0
22,049 22,049 00000000ba7f8c2d7e9a4dd7838456858a783b40d324978901303ae1f02a84d2 0.00 MB 1 0
22,048 22,048 00000000719bfcd9159d70cdca5c3f4b66d6c99b395af4edcc5014d337362756 0.00 MB 1 0
22,047 22,047 00000000b8d6c266eafca2e8ab42ecf933649fbecf41d2177ea3161a870bf4b6 0.00 MB 1 0
22,046 22,046 000000000bc4ce2b46697553389302b954458f3549ce73c995320a9d7fe35385 0.00 MB 1 0
22,045 22,045 00000000ecfa301ac0e7fcf9f865636b1a180e77354948b1479b5fb2e0ad2055 0.00 MB 1 0
22,044 22,044 000000006b3474fd79d874b5611ab29cfb31bec30d0d7bc764a6b92def24706d 0.00 MB 1 0
22,043 22,043 000000007d35da84db9a69f4bee5fbace845ae278acb791a6ab3e7480f22c3d2 0.00 MB 1 0
22,042 22,042 000000009a1d83e09c89fae7f8e1faf5f052b04d13362afbd705b43ac6ac6e2f 0.00 MB 1 0
22,041 22,041 000000003d9f8a2adc1a6293fc228aeee8a55aaac8ba128fab6546eb54b3bb54 0.00 MB 1 0
22,040 22,040 000000004777feffb4ade34dd494e53decc77c2c7733cbb1cc29efc5da803c7d 0.00 MB 1 0
22,039 22,039 0000000001ba0c7e6bf286acfb5b957ad4682b517169726d4d1b1a7b47ed41b1 0.00 MB 1 0
22,038 22,038 00000000fb7a0e0f746680564665e0b7f46ba502695ef62c46758c890a68a331 0.00 MB 1 0
22,037 22,037 000000009d971769d3ed139f586dbc485a497f248a556ba206ce0c450e120186 0.00 MB 1 0
22,036 22,036 0000000078ccd17562892a5731c61d6dfcbc3a009235f55f447fe5f99ca47605 0.00 MB 1 0
22,035 22,035 00000000bb553a5a7bef11fabae5b848661fec6136bd78d84a7264eec1cb624c 0.00 MB 1 0
22,034 22,034 00000000eb5f8aae3f28ce13e2f58db4101dd3a2f6cb60cac4ab9b4993f8d186 0.00 MB 1 0
22,033 22,033 00000000c5e626931f86d967d91834221e9f778ca4a6850cf339f827aceb66fb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.62 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,092.99 GB sent, 111.43 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.