Memory Pool Memory Pool Refreshing

1,488 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,488 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (721,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,951 185,951 000000000000010a8c6868110e631afe3faeb2cbdf56954c503539ced4a55110 0.02 MB 62 209
185,950 185,950 00000000000007509418ec320e8d3467818b75afc6288621b92c64dd8605eef9 0.19 MB 287 163
185,949 185,949 000000000000077b2e1d82d1a6e187c267878367edd3ee59c7910f96f8046399 0.02 MB 48 49
185,948 185,948 00000000000001586bca0dc2720fd353ecd3ffb2e23a022d980ed5700291b743 0.03 MB 69 46
185,947 185,947 000000000000027987fe339835b5489945d5c8e63bfffa9b59243ccfabb398cc 0.08 MB 69 1,928
185,946 185,946 000000000000009d2f3678fe37e1696eb6a68f48434b667ee56397030e182bd5 0.08 MB 153 120
185,945 185,945 0000000000000771aa41ed553673363d3d56c52791c5e728d4bb784af2e26337 0.05 MB 102 282
185,944 185,944 0000000000000209d9736515f002a13883827bf8cc8713030b0eb0285c3cbe9e 0.00 MB 1 0
185,943 185,943 0000000000000692d8a12f3d808c8750a7f78cab0365b2c7f1aeea8db7bebb02 0.07 MB 128 107
185,942 185,942 00000000000007ac85e49cb58c4601e44983eb3af84a6d4e29148ed69144e909 0.00 MB 4 69
185,941 185,941 000000000000060ed97b6d0643ed1882704dfa419e5d5da0e879fb228a39d618 0.04 MB 115 193
185,940 185,940 0000000000000066d51e3667a74b07d380eb337f2024fbe07b685ff094a301d2 0.01 MB 6 34
185,939 185,939 00000000000004c47cf2d10b745d563269987d9e3f0871b78fadb06ac652e3be 0.04 MB 104 180
185,938 185,938 00000000000003ddd10570e2927da3c1c77761835a3759879b6ea41ca2a0742b 0.12 MB 251 172
185,937 185,937 00000000000007e6be78dafecd9a7b330b07b8e9e6a830f519cd7fc292893e1e 0.01 MB 5 21
185,936 185,936 000000000000051b9fb8ff9f908435f54dde9954170a2635d2d114692275d470 0.09 MB 212 146
185,935 185,935 0000000000000230336658811580ab4d9adb4889dfac782e5d3b42381804b153 0.03 MB 105 120
185,934 185,934 0000000000000475a4b9bdcc011016236a895dde2ee2de2fdc765b3a5187fead 0.09 MB 232 138
185,933 185,933 00000000000005b2ff434b24275f91771707aa6180e8b19b0e5033274399b071 0.00 MB 9 14
185,932 185,932 0000000000000068c91091956e53d1b03ee224b42e169ebebab3c334caae717a 0.05 MB 133 137
185,931 185,931 0000000000000731796a810e3c0373cf1a90f0a5972d8b200de1f5e96564f41a 0.00 MB 9 5
Previous 10 blocks ↓
Total Size: 769.15 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,632.46 GB sent, 93.62 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.