Memory Pool Memory Pool Refreshing

3,282 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (756,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,957 150,957 00000000000003dbaf3461630a7882d0f2bcaa45123229aa604e1251befb02fc 0.00 MB 4 129
150,956 150,956 000000000000049df270a14a17c66ce4fa703ae83130c53a51ac8f489b17a8bb 0.05 MB 129 14
150,955 150,955 00000000000000b4d71dc311ae50072504e1c0926d3afca30bb4742fba742e8a 0.05 MB 100 224
150,954 150,954 00000000000003cfb2261c3731f6418549e02e60ba1810a7b136b9794414772f 0.04 MB 93 56
150,953 150,953 0000000000000454794c9b7a87b3260d63085b37f1a672de0746dd2ab9bd5efb 0.05 MB 141 87
150,952 150,952 0000000000000b1d52b107c6ab661fc8f30846e31400f93eb12dcb08a95c16e2 0.02 MB 32 377
150,951 150,951 0000000000000449ee5b94ba7a051caffff5c23d6a03335f6e20e3985b5ffa61 0.01 MB 27 0
150,950 150,950 00000000000000a16b549fa4d223cbdc4972e0a5621fdaa7f17bbc3396820a03 0.02 MB 52 140
150,949 150,949 00000000000009981ee5473b494339f8ae9b07efd3c1fa83ee718e8b48f6ef33 0.01 MB 18 174
150,948 150,948 00000000000005466891c1b0023f3c02cfe362c389fa247f760a58b5049be6fe 0.00 MB 8 63
150,947 150,947 000000000000063263418d5707504b2e435608e3938fad1d9009d587d014a89d 0.03 MB 83 50
150,946 150,946 0000000000000923fa9a82403c4a9d014ef8c5a0d3037761f353f9e8ef07d5b7 0.05 MB 100 0
150,945 150,945 00000000000002fcae425a42b8854e1de9b6b487c5ea03875f0a0fd3897e9ca6 0.05 MB 108 139
150,944 150,944 0000000000000a28fcf964dcc7afbd729dd36f4eece84d9c0bee1b49ac83de01 0.00 MB 10 15
150,943 150,943 00000000000001cdab95faa87c3d4539ee91994ed927aa15867e7a1e74f4f4ea 0.03 MB 49 32
150,942 150,942 000000000000002a13fe69176a85ffa7e3997b182339f874c00830678a137827 0.02 MB 53 582
150,941 150,941 00000000000005dcde8b13a42da44837022e199a7993b7f8aaef8c685adee59f 0.01 MB 16 75
150,940 150,940 00000000000004479e7b2a8a91637df87ba7d91119139f0f1439fd865e347166 0.03 MB 73 73
150,939 150,939 0000000000000ab6900a02f23982a969a102fbbf9a7eeb6b471b7a9c8a26c997 0.03 MB 50 48
150,938 150,938 00000000000007e76b7554de4bef72d46ea7542867d1008663457eaf1ac2b91e 0.00 MB 7 429
150,937 150,937 00000000000004917cecf60487896da9e96e0c29db091cf4bd994006285277ce 0.00 MB 12 70
Previous 10 blocks ↓
Total Size: 769.13 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,630.62 GB sent, 93.52 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.