Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,614 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,659 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.51 vMB 1,614 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,658 (880,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,783 28,783 00000000f7d671894fcca654d4e61cf327af4e7f335ceca24a9ddb71ee278a86 0.00 MB 1 0
28,782 28,782 000000002238575bb67c9814c54a967ea238eb712219ba9774aa58a420448a76 0.00 MB 1 0
28,781 28,781 000000008a4eb94420a0ab9c837bd826b8e48b24e64dfe7424fce97137e93e73 0.00 MB 1 0
28,780 28,780 00000000a695c3be5a2c7026bb3bc4738d5b3925c9c6fa950fcb6104435d12c1 0.00 MB 1 0
28,779 28,779 00000000a14d49339d67d71f8ba2ba71b313062faffb871bdeaabbf99aa79b04 0.00 MB 1 0
28,778 28,778 00000000555adced70c025bdf0f586d2a4e2b29aa0b9e33f2f2b904d8d2d3dd3 0.00 MB 1 0
28,777 28,777 000000003ed20cf301564cb1e9103260f8daaa027d4aa7634ffa7b9a6e8b5399 0.00 MB 1 0
28,776 28,776 000000007d2d401afb733bd9a6a6ea526e949c302170641b7f46440dac32aa51 0.00 MB 1 0
28,775 28,775 000000004254a7c05da67f28739feb7241901ca1ac803350d3937de19951d08a 0.00 MB 2 0
28,774 28,774 00000000bc30005086dfdf7268c79b4b972c4de899d6d6c710f91a5288734cce 0.00 MB 1 0
28,773 28,773 0000000082a4e4deac890127ba40293286e67da38f70a058c5eabda6bf33773d 0.00 MB 1 0
28,772 28,772 000000006b1e1596f00341fb0d88087a12d6f66da0e77d6385cfb0ebb42d2539 0.00 MB 1 0
28,771 28,771 000000005b6b94422712c448679c26308d5682832971e30a00fe0e2b9b23467f 0.00 MB 1 0
28,770 28,770 00000000fc1888a664be03977ee8f9ecd542df812796c44b815373a098e96195 0.00 MB 1 0
28,769 28,769 00000000c1833a20e86982c62baa4a624a2db111d09fe25901df8034fa527c7c 0.00 MB 1 0
28,768 28,768 000000000946a3734029e8c1841cf9ddfd356119e0431791665195240bc495cf 0.00 MB 1 0
28,767 28,767 00000000a95bd7597f3b486917bc4ab5ce5a653b0b138d0aa573b2e3205f51cf 0.00 MB 1 0
28,766 28,766 00000000b630a0d7d5e10d5d1f5b90d4db5580d3429b1e4ccb98179c37711c0e 0.00 MB 1 0
28,765 28,765 00000000061bbfb3c9a5d0f18bf0bc9b95b3c35004143cc27a567344e78e2264 0.00 MB 1 0
28,764 28,764 000000004320677fc76b3dc0018053c339e1af850cc7c3e4a627fc474284cff2 0.00 MB 1 0
28,763 28,763 00000000fb9a017cff011bca45361725d0c264dc934f55d0b9680db9a26aa18e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,130.43 GB sent, 112.20 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.