Memory Pool Memory Pool Refreshing

777 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 745 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (601,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,948 305,948 000000000000000010f50579219109176080e4399814435cedb9c7536b5787b2 0.04 MB 64 14
305,947 305,947 00000000000000000cce4ec96cbdba0918a9e7f6289cb322c111a3500ad2141b 0.22 MB 200 15
305,946 305,946 000000000000000011db25403dfa424bbc62224953c9a1703bfb464ee111494b 0.25 MB 681 45
305,945 305,945 000000000000000005b8b28a5f03065a48d95d629631dffdf682266ce3bb00e4 0.06 MB 114 27
305,944 305,944 000000000000000037e8db6093c517fb60ef7d6367e2c123022f02acc7a2a837 0.22 MB 447 30
305,943 305,943 00000000000000003be82a35a2a6a6f270c19cc1bd58bb8e11649082e464718a 0.31 MB 531 30
305,942 305,942 0000000000000000303016fd7b04310914831689134138aebd2fe3c7db009df7 0.33 MB 598 60
305,941 305,941 00000000000000005a1dde66dfe30132dcc055789b7497c4539a6237a1c8b274 0.04 MB 72 26
305,940 305,940 00000000000000004cad9574ec901442cdeef9f16795253368a4b3c445e69ad1 0.13 MB 256 26
305,939 305,939 00000000000000004c25c945d903b8ff5b29504118d37296697cf9f166cc22f8 0.31 MB 637 31
305,938 305,938 00000000000000002eed809d9493b47b1cd743faaf0445e0549af7f8373b04f5 0.12 MB 124 16
305,937 305,937 00000000000000004105500658110ab9148a67059c7c797006b6af4ca34d74a4 0.18 MB 298 83
305,936 305,936 00000000000000005ae43ab09de6ee0be6e5be6cc6903de2d3d6f03a0204fad0 0.02 MB 61 22
305,935 305,935 00000000000000004d2077499557a6c4232d1d7620851985804281393d24e5a4 0.27 MB 439 28
305,934 305,934 00000000000000001f61deb28b22a13b84381a7e44b5e9e99ea1b5db4ccfba3e 0.03 MB 42 12
305,933 305,933 0000000000000000501857f54551afc83b9fc3e0770a310f1b31728b3cd4d15a 0.29 MB 335 25
305,932 305,932 0000000000000000098bee37662dcaff9d7e68cb48a228700191931ac59612cc 0.10 MB 156 22
305,931 305,931 00000000000000002c5e0fe83bce531939050a1ae830c61ce75dcdeed3d28c70 0.12 MB 162 22
305,930 305,930 000000000000000035895c7fd619e57ef1e6541a2f834afa899144d31d23e416 0.35 MB 599 26
305,929 305,929 000000000000000053a8f72841af559bfd58fd7b91733abab77a20839eb4ace5 0.04 MB 89 30
305,928 305,928 00000000000000001adcfabed8376704d0250bbe2a315850f23a63fd64d7c820 0.01 MB 25 32
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.