Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,306 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,648 000000000000000000022b910000000000000000000000000000000000000000 0.70 vMB 2,290 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,647 (29,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,854 881,854 000000000000000000001c904f0fa826d83f0314cdcf333ae10a14a69601250b 2.01 MB 2,784 2
881,853 881,853 000000000000000000003131f7eb05812db1b65bbb13e531583104ddf12e1d50 1.49 MB 2,285 2
881,852 881,852 00000000000000000000045708f2336b286e298e357a73d5069f09baf04c20c5 1.61 MB 3,362 3
881,851 881,851 0000000000000000000269502fa5a3d1628cf216f723d4e886a06760719aa29e 0.14 MB 353 3
881,850 881,850 0000000000000000000040e460cc9edadda71efb910d92d38b2566b261ea9bb4 0.96 MB 1,154 2
881,849 881,849 000000000000000000004db7b17592b1a077e2a0bd7047398f3b858099ae6fdc 1.81 MB 2,374 2
881,848 881,848 00000000000000000000c076cbd2736bcb5c64049ecaa2ee1e8aeff5f242dd6e 2.81 MB 2,784 1
881,847 881,847 00000000000000000001ba8243253ceda8dd5614349972bd2cd03b77272a2f67 2.28 MB 1,292 1
881,846 881,846 00000000000000000000485e409cd1c632bcca21264e52660599eefc3f6715ec 2.07 MB 1,376 1
881,845 881,845 000000000000000000014486922b275089797cc5c9a5822d5a3e4ee36f8ba355 1.52 MB 3,305 3
881,844 881,844 00000000000000000001f440f8ca4475906bd8929d9dafbc98785fbed60ef0f5 2.24 MB 1,872 2
881,843 881,843 0000000000000000000181b01aa1810cb7a3b931b9db7ba00e115c36b78de775 2.15 MB 1,015 1
881,842 881,842 000000000000000000029a606014c0d5c604a368fbc7eb3c5de0d93ee0b4b7e3 2.30 MB 714 1
881,841 881,841 00000000000000000001f27178b53398a352501c87ac9b507e26a5994cae2ce0 2.23 MB 93 1
881,840 881,840 0000000000000000000296fc9984503d6ae70a5af36166ea73ff8eefb9500179 2.26 MB 1,917 2
881,839 881,839 00000000000000000001aea8083bfe56c4a8178ab857bd753fb15ceb1078cc1b 2.33 MB 2,412 2
881,838 881,838 0000000000000000000122c9a63a0d833cb8bc3045a0ba40f3571de0eb4d8878 1.66 MB 3,690 3
881,837 881,837 00000000000000000002047abd5b5bd3653dce61f25e2d9c010517a470df2000 2.01 MB 2,852 2
881,836 881,836 000000000000000000000fd660e79ed13e86afe44c4f6e5ace571f9ec52a94c4 2.22 MB 93 1
881,835 881,835 000000000000000000011bbcef073a4e3785f88fbaa0c7ac2fa951a461d7f563 2.15 MB 2,611 2
881,834 881,834 00000000000000000002628534cc27e1b13d2f2747a6e0c21cb8db2423b8ca92 2.00 MB 3,055 2
Previous 10 blocks ↓
Total Size: 776.43 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,423.56 GB sent, 130.82 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.