Memory Pool Memory Pool Refreshing

5,338 transactions
1.99 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (2,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,976 904,976 000000000000000000010b8d9760143447ea2b4d7f33cc343925a05740fd5505 1.46 MB 4,661 3
904,975 904,975 0000000000000000000155c64ec3b92e6daf5dd744a803f609899d76c292a8f2 1.52 MB 3,533 2
904,974 904,974 00000000000000000000c5cd474eb9bd8ea87dbd95f1564c9d0deeb5eeda1ebc 1.00 MB 1,798 2
904,973 904,973 000000000000000000005dc8f0049ca99218235257582a0bd8919d3fe8aa9588 2.12 MB 244 0
904,972 904,972 0000000000000000000160e67b91f31a88a408b8fbd24acd33099532677669ce 1.51 MB 2,379 2
904,971 904,971 000000000000000000020c056d6e6310085fee8d591eb61dbd09d14f52637590 1.58 MB 1,165 1
904,970 904,970 00000000000000000000497f283bb04ab201335eaacdb9235512e77c8a832184 1.61 MB 3,592 4
904,969 904,969 00000000000000000000ef301912d5f82b9cdf568c61af2fd9960695322794d1 1.51 MB 3,427 3
904,968 904,968 000000000000000000000ac008a469193e8960f41d10df2fcdbfbb9a64ecbb8d 1.61 MB 3,087 3
904,967 904,967 000000000000000000012066f5e389f273693ad8a486f80a7706306df73a9647 1.68 MB 3,859 1
904,966 904,966 0000000000000000000073772c200b71641b2d68c333b2342563763c304f45b3 0.10 MB 253 2
904,965 904,965 000000000000000000025723dc75705980f38ec27ff070075571e224133abb89 1.41 MB 2,157 1
904,964 904,964 00000000000000000001aae4051cb692117d54add7ec4879650d534afe12eaa5 1.70 MB 2,749 2
904,963 904,963 000000000000000000022973e7ea265f149dd86821b7123b1864aa9a43a20e7a 1.69 MB 3,013 2
904,962 904,962 00000000000000000001b4733b8dcb74e0ae51fe3e7468f7652f8ca010b3e38a 1.50 MB 2,415 2
904,961 904,961 00000000000000000001efe2bb9d9cecb7330e5b31a40de790a4af4b72446091 1.19 MB 754 2
904,960 904,960 000000000000000000002af60b2a60ab8792caace840521195cd41f35ac612ae 1.72 MB 3,671 3
904,959 904,959 00000000000000000001eafc076120ed0016bf6518f4f556f1d659be9cbf02f7 1.52 MB 3,690 7
904,958 904,958 00000000000000000001f69f3774efde686f27ccc4642963c4b60a0c50159d34 1.57 MB 3,996 4
904,957 904,957 00000000000000000001d05410b65bf55f40b3a19e12f34494b00b3a423ed139 1.47 MB 3,606 4
904,956 904,956 000000000000000000005fc1f9035ff192f81300e27a5e16ac348fd8ff7f7891 1.40 MB 2,629 2
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.