Memory Pool Memory Pool Refreshing

2,367 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,884 00000000000000000002349e0000000000000000000000000000000000000000 0.73 vMB 2,351 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (646,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,957 260,957 000000000000001486ecc70217796c81a2d43dbf9368f5b625e12b3ca5416ff0 0.32 MB 732 104
260,956 260,956 000000000000000dda546849b64702f272d9a828141cc71dc6dba525e8dfac8b 0.25 MB 510 114
260,955 260,955 000000000000001b71e035937a1801482b1c6f24d35001b36d7cac3b5a7c02e4 0.15 MB 348 103
260,954 260,954 0000000000000013ae7387da12cc1f8e5bd4bdf0d870431ac956c2aeacfb3fd3 0.25 MB 612 117
260,953 260,953 000000000000001b54d056fc592e332922e2a8e63837aefcf66daacfb6cc470a 0.06 MB 125 21
260,952 260,952 0000000000000008eb7d0089a20ed269c3fa3434a14bb7af938fe2cf768bd040 0.21 MB 520 155
260,951 260,951 000000000000000cd371c8ffc0386be780eed62bf57d6e09712bb401bb1129a4 0.19 MB 430 99
260,950 260,950 00000000000000147b59cec72ee3637e45ac15bd5f940536432de627aaf47cc5 0.25 MB 591 104
260,949 260,949 0000000000000004f0b4555a959d71cf0f77df23d460f1c6e58421c85a899e4c 0.25 MB 456 116
260,948 260,948 0000000000000008e3c765e9164e50705a70d2aeaf1508d7dbe3ebed148048e2 0.25 MB 610 142
260,947 260,947 0000000000000017f2f93390654f8589c6275b5a8ca4329a9c229238a908c43d 0.08 MB 168 24
260,946 260,946 000000000000001b3216d767f54ff7eb6563c45cdafaa8f6e15f0958ab4ef9ef 0.25 MB 745 145
260,945 260,945 000000000000000dcd9b3cf085725b7d5b987029e195794d86cd5f4326e222bc 0.18 MB 454 157
260,944 260,944 000000000000000d12ee50677d5a7c50360336f2c2a4f46a0ee6f27b9f410df2 0.21 MB 563 129
260,943 260,943 000000000000000070815c57ab40e4e1ae4c5d88797c2e5597d2ce64cbe55e16 0.06 MB 171 106
260,942 260,942 000000000000000f1596b8ee2be16cc2b240b099e82764f58f4b0fee7d652bcc 0.14 MB 316 101
260,941 260,941 000000000000000ec53c9296322fc5034429d87d104d186512c517f696a1c5b9 0.09 MB 217 119
260,940 260,940 0000000000000004dbf9ea627cd62fcf9725a1274df1ae7539867ffa9b2d0ec3 0.05 MB 125 121
260,939 260,939 0000000000000012ccd327636aa7e4ea4aee91faa892a6acb606e784debbedfa 0.10 MB 262 86
260,938 260,938 00000000000000028a1e848f581f196f1c4df768e76b18ed86376a6393d9a63f 0.05 MB 108 72
260,937 260,937 000000000000001703db866ddab4011dbf3a92145f272d079cf073c5a73b66f9 0.18 MB 317 61
Previous 10 blocks ↓
Total Size: 769.32 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: 1,643.11 GB sent, 94.58 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.