Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,872 transactions (1.53 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,932 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,931 (536,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
375,856 375,856 000000000000000005d8e61968dfed3ce221d65ddb0543cd2d3b0411116c417f 0.55 MB 725 23
375,855 375,855 00000000000000000418af352e3360520b10e973f268119b714f376700f8f9bf 0.06 MB 148 30
375,854 375,854 000000000000000008118c78be0b89053e891467fc22f07695c0b1dd23138832 0.60 MB 1,249 38
375,853 375,853 0000000000000000002208e2449336c094bf129259fa571e4e1616242a586230 0.44 MB 1,177 44
375,852 375,852 000000000000000006910b353de0b9fbcb2eac725d21dd6593e1a846ef85a1e2 0.24 MB 392 28
375,851 375,851 00000000000000000e26b2e2bc28ce110dffebb04ae98e2f46ad399bd184bf2f 0.00 MB 1 0
375,850 375,850 00000000000000000221927d713a7350b72d9693776de840e43c6a96721a3b15 0.95 MB 2,298 44
375,849 375,849 000000000000000010827a517fdd41699491f490a94d979dc547775fad11c50e 0.06 MB 77 26
375,848 375,848 000000000000000007101e0de652dff6ea93ccc64101569708b1400f79422244 0.02 MB 44 31
375,847 375,847 000000000000000003155b3b17345da6f9db76fed7c6f27e416d9e9f5a7892dc 0.28 MB 400 19
375,846 375,846 00000000000000000f26a393e87a120a0f4361f02945947aa8bbe3e0aae8c995 0.93 MB 1,940 40
375,845 375,845 000000000000000001a99f25140cd1949270345b528541a1ac17a1edd25caa73 0.95 MB 2,006 47
375,844 375,844 00000000000000000c76495c40da2c0ce486fb08688bba068eb65770b5779cd3 0.15 MB 300 42
375,843 375,843 00000000000000000da25218112cccbedbd118b138a79dee3e7b33ec001d9880 0.39 MB 840 40
375,842 375,842 00000000000000000210045a8edbe974fdd11f1554f551cb5e85fbd9d3c05857 0.21 MB 358 30
375,841 375,841 0000000000000000033bac73fab03d29a9053e5bffabbf3e29be2483bdd263f5 0.68 MB 1,489 43
375,840 375,840 00000000000000000fbd815227747c1fe1712f31706ad220a7c515d1147563a9 0.47 MB 761 26
375,839 375,839 000000000000000008293c1df9b0b857a63b7e4b853d6a145506dfd7e4d16576 0.03 MB 21 7
375,838 375,838 000000000000000001d687a22210d81cf42eb0b93dea51a95ec4fcd81b44e0c3 0.33 MB 212 16
375,837 375,837 00000000000000000c6b49181d79498b4cf40b95a1434729427729cffafffae0 0.73 MB 1,739 43
375,836 375,836 00000000000000000afe46994820b698cfab667b6afd44051346adbd1beb7f4b 0.38 MB 889 39
Previous 10 blocks ↓
Total Size: 776.96 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,492.50 GB sent, 133.27 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.