Explorer IconExplorer

Memory Pool Memory Pool Refreshing

565 transactions (0.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,418 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 558 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,417 (845,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,633 63,633 0000000005f6947c07c84272eea1615b2b068af331fd8708e435f6ef60a3e6cf 0.00 MB 2 0
63,632 63,632 00000000005933378d8ea1f5876f48e9ffa4ef6f05a5cae89bf3aa18b42f89ed 0.00 MB 1 0
63,631 63,631 0000000006272e53b21b6368391ddbaeefe8b858662e4b6007412c5995407473 0.00 MB 1 0
63,630 63,630 000000000d2a0043d0d5a1c0b67fd8d447acf3713b600458fc2524ae7b9ea0e6 0.00 MB 1 0
63,629 63,629 000000000c48dc505c978b8f0c20acb971fdec2e0cc045c46e803ff8c37644c9 0.00 MB 1 0
63,628 63,628 0000000002d7960c2728607a7e7cc664d3a39b9212b8fe8962114b0473e1643d 0.00 MB 1 0
63,627 63,627 0000000004505702bcaf9e7fcfe97feddb96b6a2f690506002e1e353ec7e866c 0.00 MB 1 0
63,626 63,626 000000000832bcc0aab90a96aa4faa8427d309b24abceedece5cccfa1176ece4 0.00 MB 1 0
63,625 63,625 000000000aab91569d633dc69a6d6c3503d9e71ec3053648345c52d22cae25e6 0.00 MB 1 0
63,624 63,624 0000000000e4496a315e4f625273672ad298620208467d8a532549bc492e3e96 0.00 MB 1 0
63,623 63,623 000000000c53433604707fa51b74d36a3f084208d800779eff2658569ca5f8fc 0.00 MB 1 0
63,622 63,622 0000000002899cc2a5996c85599239c9ac528f2fb5880e3566e1fc3bb45671a8 0.00 MB 1 0
63,621 63,621 0000000000ad8abd4f4dfebdcdbd222bc4718f88041fce3accc8866c4d9fc925 0.00 MB 1 0
63,620 63,620 0000000006ae6d172c5ea2d565c1256dd4c511585115b8fe8c02cfc42fafbbce 0.00 MB 1 0
63,619 63,619 00000000050c788febe8d9a6dee8e7fda74bfff53f9ce70cf65e7300c4ad9b67 0.00 MB 1 0
63,618 63,618 000000000a8dbd693c100b853a7df4f0301e68418d5455f70ec6f07a8fa6550d 0.00 MB 2 0
63,617 63,617 000000000c07881cc7bd3ac201549838c824c8ca20ef76be67de0541c8e53870 0.00 MB 1 0
63,616 63,616 00000000080ae0095e5bcdcbd5b69f3f31b060d28da20a72849d53bf96d32aab 0.00 MB 1 0
63,615 63,615 000000000500397d6480822344e290cf871fa62cfd0319d226ad4136713bcbb0 0.00 MB 1 0
63,614 63,614 0000000007b52b8421d02868c3717fba12f1e10fd9a7a19a31a74082d0dafe93 0.00 MB 1 0
63,613 63,613 000000000a983e06f52088f5cf5393b1de1343eaa0c7e96432e72e862c016ce9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.32 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,071.72 GB sent, 109.75 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.