Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,830 transactions (0.47 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,805 000000000000000000022b910000000000000000000000000000000000000000 0.47 vMB 1,815 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,804 (870,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
40,952 40,952 0000000059af8a0d9db92deb1bcd23b99b3d1f18561e08c6173a591d817fd41a 0.00 MB 1 0
40,951 40,951 000000004d23eb2c117e22bfdc1fc5c85abed60d80724df1b1e68801e044af0f 0.00 MB 1 0
40,950 40,950 000000000d9540d502aa82b7edbba3dc87c02c060ea310faff652f5847e42730 0.00 MB 1 0
40,949 40,949 00000000395b8aaf3935f811bdbbab34f24e01b01b74e3002cdc7de10d7d05e3 0.00 MB 1 0
40,948 40,948 00000000200565dacf0d02cc2fca92ba27c200a34d11772e107094b15a537b6a 0.00 MB 1 0
40,947 40,947 00000000324092c550b5633c55aeabcb2a45a032affb5956767f9904550b98b6 0.00 MB 1 0
40,946 40,946 000000001efa56fa5d5ee4c2d802e67ad20153c305c75a86d8a597188cbaac48 0.00 MB 1 0
40,945 40,945 000000000f0d6186540a7a6eaf1e4606f076e08c3b0e61a6c73293cdb480e326 0.00 MB 1 0
40,944 40,944 000000004876215e96fc819aa3974833458b296910907bf433b9a2d471900c83 0.00 MB 1 0
40,943 40,943 000000001163a1ec8e1274157405f573156a5a764dfcbbf8e43673d367bbf1e4 0.00 MB 1 0
40,942 40,942 00000000334f7eb863cf08f67fc5f11cda33ae2a770271d40b59411ae89c145c 0.00 MB 1 0
40,941 40,941 00000000330874b4d756ec6290752c640d88d7be397745ba550c27ce928adf27 0.00 MB 1 0
40,940 40,940 000000002d182e72eb2384284c25a9a832363b913f959041fe897d14944f702c 0.00 MB 1 0
40,939 40,939 0000000054ef4ddd224843deca6e76661bbd7259eb31c5280538e8c99eac33db 0.00 MB 1 0
40,938 40,938 00000000286ed84e554eea3eac6897d84736ac52003a34398fe46da0f17bbe79 0.00 MB 1 0
40,937 40,937 0000000038803bbd9c4001ac7b7e9e22e5f5d21c78650c7385d6ba918977d0a3 0.00 MB 1 0
40,936 40,936 00000000454857298145da7d9b6ddcdf4a20972bd609208085b95821f020ddfe 0.00 MB 1 0
40,935 40,935 000000002ba18fbabbef0acde42fd46f973c0265a42a58fa28a63c6ec30e367e 0.00 MB 1 0
40,934 40,934 000000003ac09da38691c47b922247dbc20833ef6ca4815cb812421ba205627e 0.00 MB 1 0
40,933 40,933 0000000056fc13b3c846342de99bf1c6d5c53fc47a4075a568b04aab9570705c 0.00 MB 1 0
40,932 40,932 000000005f63f95f405dddb34f286fc511b5024be490c72a2d86c8af95bb9300 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.73 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,451.35 GB sent, 132.19 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.