Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

15,058 transactions (4.67 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,865 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,547 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,864 (838,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,894 70,894 0000000000f0b0baf0ddee524c3b9942da18664e046decbad08adf94c71137e1 0.00 MB 3 0
70,893 70,893 0000000000c7bf56e7191f419cbfd8d39af54f96f7a9055378d19cf6fa1a8ba9 0.00 MB 1 0
70,892 70,892 000000000067aa84cb772301b8476d5e9196b8e44d70f3f74e5df192a161368f 0.00 MB 1 0
70,891 70,891 00000000003b1450aee418e164a518d0533d0324574926264a78744fbcdf842b 0.00 MB 1 0
70,890 70,890 0000000000c193d62ad86daedcdf4da1c601c74bcdc55b154acd4c597a74a9d8 0.00 MB 1 0
70,889 70,889 0000000000cdc2e71229bd55a01981cfd35798f1a4104b1d12c6d0a44f20ab9c 0.00 MB 1 0
70,888 70,888 0000000000271a6924416aab217c9d3b31b1af1aededc8ecc00f57a3f4266920 0.00 MB 1 0
70,887 70,887 00000000006b5c08167fbc05a07ccc687978db8d3254f4c2d24d67b9a2c84bec 0.00 MB 1 0
70,886 70,886 000000000001c316cbb19e27afee3e42aa7091f3667fb4ef37ee4e8740343181 0.00 MB 1 0
70,885 70,885 00000000002f5a19d0a0db94d21510a2b4e70ef64a8b74cd9ec1d40919fab210 0.00 MB 1 0
70,884 70,884 0000000000ec091ea14a34cb4a85fbda45b4f66cb0a9031f408b3fc665f6f5fd 0.00 MB 1 0
70,883 70,883 00000000007b35f2b158458575dfc1b9798cce3f21685a81454f522950f461d9 0.00 MB 1 0
70,882 70,882 000000000093062fb499a9f638854644967cbe00f5a43c4526a3d929b4ce5da2 0.00 MB 1 0
70,881 70,881 00000000003f71150314b94ab3d9d15f09926a7284fd00fcdbec74e1806ddb33 0.00 MB 9 0
70,880 70,880 0000000000fc010d0626ca9e6f6b31cb8408b78f3a52f695d13654ec54ae9fd1 0.00 MB 1 0
70,879 70,879 0000000000af658662ff7c99ccb7594feb87fef5a33a4e705479b26eeed24d20 0.06 MB 276 0
70,878 70,878 000000000067551f3a1dcf92290ca9b62937d62160c319ce2d0dfea4cf10fd3a 0.02 MB 112 0
70,877 70,877 000000000038509d72d0a66fd2ec8586d510a5a36cec901b3689607c2871481d 0.01 MB 61 0
70,876 70,876 00000000001272d541fc93898c613280db1cc64472b92fff841c33b1f6610bd3 0.04 MB 190 0
70,875 70,875 000000000085240735aaca9c00d6fb637a507127713ba4de214b2532288b5d2a 0.12 MB 548 0
70,874 70,874 00000000001df759fe491964b9aadb01ccb4c8e4ec8b7d5b5b1725e6b1556198 0.02 MB 79 0
Previous 10 blocks ↓
Total Size: 773.14 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,167.89 GB sent, 114.10 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.