Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,163 transactions (0.31 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,957 000000000000000000022cb30000000000000000000000000000000000000000 0.31 vMB 1,160 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,956 (516,242 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,714 394,714 0000000000000000054f0fb37f1e73bb83c64ee839bcecb05dc7feacca04fa87 0.16 MB 344 41
394,713 394,713 0000000000000000013dc1c767bf5296a55682c9ae8212dba2bdae1144a1d01c 0.45 MB 937 41
394,712 394,712 000000000000000008f303a8b99d368aaea3b9d70d3c532e59c2e20c920e7534 0.19 MB 343 35
394,711 394,711 00000000000000000114447f43f132489a91c2f0e1d94577370395069912bba3 0.15 MB 245 24
394,710 394,710 0000000000000000025a5edfc1af745af1c1403358ed8675e675dc72b496faad 0.51 MB 1,078 38
394,709 394,709 0000000000000000051efb4b5918c2609a455d631964945bbcc69fa037452d0d 0.03 MB 78 39
394,708 394,708 000000000000000007f2d6ddad8235e11f257468a112168674dc07666f9de26b 0.16 MB 261 26
394,707 394,707 000000000000000007e43a3cd781561974eb85fba37608d0697988e32c3bb2a7 0.45 MB 669 20
394,706 394,706 000000000000000008853d3bacadfab059b07cfb2c653f123349ff5553b299c7 0.05 MB 38 0
394,705 394,705 0000000000000000034366c1bdccce0368d147d09cc85853e1baf3aac03723a9 0.62 MB 1,013 33
394,704 394,704 000000000000000007bc67741c1ec960e54c01d7dcc88c43655864f401b8beb8 0.26 MB 285 17
394,703 394,703 00000000000000000964136f2f04e984e9eef399e63bba4d665f22b9dc12474d 0.12 MB 181 32
394,702 394,702 000000000000000000bfc4105c8b0de3b299c2ad5020404d7dfbbc76d38deeb5 0.22 MB 432 26
394,701 394,701 00000000000000000371dacd34fc170d732da53b9b678387fe5be6334af2b867 0.06 MB 113 34
394,700 394,700 00000000000000000693f585c31786087ed0cce9cdf363307a1e6845adc5c3a5 0.64 MB 1,131 36
394,699 394,699 0000000000000000006ad89a851caa604c235bbb7c3a9f5b03c9859fe2d30cd9 0.99 MB 1,360 29
394,698 394,698 000000000000000006e1a2ab0958d4e889cd624e571205b5d5b0727fc011cb57 0.95 MB 1,342 24
394,697 394,697 000000000000000003a81543752b637ead6ac85ae3cc2328ed2db4814257cb49 0.95 MB 2,071 45
394,696 394,696 000000000000000008c598f46e50876455129bf65bcfb917175e32bba0e378bf 0.75 MB 1,806 41
394,695 394,695 000000000000000008cbfbc1892f7ee8a44eda6e96c9c7efd07c200fc410a291 0.93 MB 2,275 32
394,694 394,694 00000000000000000441f612e610cd91bd80fc74518fb48943ecdc87585c1f5f 0.75 MB 1,968 63
Previous 10 blocks ↓
Total Size: 775.16 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,358.94 GB sent, 124.55 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.