Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,368 transactions (1.76 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,966 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 1,945 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,965 (855,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,199 54,199 00000000012a263209eb06f8153edc6d22efde59836d3820ccd090f6c28da796 0.00 MB 1 0
54,198 54,198 0000000005f06bf18384ba6cda18ef2642f38f571b7c23e65a91d238a54e41e7 0.00 MB 1 0
54,197 54,197 00000000019421afab62ff6c5fa7b5883fd4701d928f20bd33b877d46ac5302e 0.00 MB 1 0
54,196 54,196 000000000f3ea4ad38e08e2f34e8cdeeaafe15ca16290ef952838e0571c6fa53 0.00 MB 1 0
54,195 54,195 000000001204c11cb920b643a0b4f0710b36e2dfd33feae9309a9ae6fa94b838 0.00 MB 1 0
54,194 54,194 000000000f6bbcdceace1131972a667985fe4722a0861ec183e4bb3056878d6a 0.00 MB 1 0
54,193 54,193 000000000d71930df411d7f6c48a99057e538be7c861880cc407e4d22c3dfe91 0.00 MB 1 0
54,192 54,192 00000000157e3159da49de8dcf5b38c4910fe80aa97e5ee6a346da62298488aa 0.00 MB 1 0
54,191 54,191 000000000d3ceb70cc3af13c76f08b7fbc02917d0607e375ba74010bafaf73f3 0.00 MB 2 0
54,190 54,190 000000000e42dacb1fcecb43cdff650094e9dd84011ca68c40e7fee582f61fcb 0.00 MB 1 0
54,189 54,189 000000000add2bccbe10bc2d786f328d85b1751a1d20cbe128d216edc05bb529 0.00 MB 1 0
54,188 54,188 00000000104a7905296dc8e6cb114e0b8f9e22b2215e9239f7abb123c20cb406 0.00 MB 1 0
54,187 54,187 00000000162f334fe5f05307eb3be7ee515e23aa01a9c499ea9028ea8ec59e9f 0.00 MB 1 0
54,186 54,186 00000000079e6f3d3aac22ea394cad065437af9b0fca9968d87273ff0301f973 0.00 MB 1 0
54,185 54,185 000000000bbb3d45ce3a4b955c46f163cb0ba45cf89ee496a391939d691e09b2 0.00 MB 1 0
54,184 54,184 000000000611a8c2c1ee6edf2bcd4ed2d82361d4bd233decdbd389adaef6e74a 0.00 MB 1 0
54,183 54,183 000000001041c354f6c8c2716c18b2f911b72f3114bdc73d04eedcdd8dac8700 0.00 MB 1 0
54,182 54,182 000000000f5c4ec5824aaddb2df75f5234beced2a5906c875492387c6cf00ca7 0.00 MB 1 0
54,181 54,181 000000000bf6b8160d115f6c9664480bf915def05bcf460d193a3a8ea1d0efa3 0.00 MB 1 0
54,180 54,180 000000000a0857511e3320a77e6d2ada156ca2010d3445a08f7c1c03cf78ec7e 0.00 MB 1 0
54,179 54,179 0000000011f502deefea791b97647c4a79861b7abb9bd43b74516921b3045596 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.34 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,178.78 GB sent, 115.01 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.