Memory Pool Memory Pool Refreshing

2,539 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,958 00000000000000000002349e0000000000000000000000000000000000000000 0.91 vMB 2,497 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (785,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,990 121,990 0000000000005d37db71bfd45911112c7b3aa5e6e9476b89af0a044b4ce8fab4 0.01 MB 31 2,375
121,989 121,989 0000000000000b6d7d71f062f206d521e620de08e6b213390a0c15f687847c26 0.00 MB 9 0
121,988 121,988 0000000000001b95fbd84560dc30fa389a258feec2256dc49cbc00a58aebad40 0.00 MB 12 246
121,987 121,987 0000000000001cc90ab8f79b436f04316c6f01cfb3e32b8721523a44cbf4198f 0.00 MB 4 276
121,986 121,986 0000000000003739548a091fcce8677149d63d6581e6ebf802e23b8a9861562f 0.00 MB 5 0
121,985 121,985 00000000000030c567f494be1adfe18f901af645c7d2c1dec842c32e23c905ec 0.00 MB 6 0
121,984 121,984 0000000000003be097815ea7e2822cc7640d578a85ea9612746b365726bb91c9 0.00 MB 13 0
121,983 121,983 00000000000033f9cae49d2393ab00a5992eaa90f2553c7a8be6229e26cc0fa8 0.00 MB 7 342
121,982 121,982 00000000000010b39e8b5673739a11a9d2085facf01d9df2c53e9edc8914a0f0 0.01 MB 7 933
121,981 121,981 0000000000004a75fc7f4ef28b75c9476cdb782295eadc5cdd81af1b136c25d5 0.00 MB 11 0
121,980 121,980 0000000000004e506d775bc906433304549aba869464baf63d959b6d88078305 0.00 MB 6 356
121,979 121,979 000000000000471fc8bce3ef316ce4bf72ffd6feee5a23aa5f559113a926700d 0.00 MB 11 0
121,978 121,978 000000000000796aafce207c4a0741f1bd5fbddb4169b318ef8c09748dcf59f6 0.01 MB 25 730
121,977 121,977 000000000000986c96a2211e263b8d7c78655618b02b6bf96af48e6bf7c500bf 0.00 MB 10 0
121,976 121,976 000000000000273eda82c4aa304401934708e6a1a1f4e8c1d56ec5c2f9a86949 0.00 MB 1 0
121,975 121,975 00000000000087ebd88e9b0dfcf3c4686fb16d9e1c03bc9b58bd711ebf68b257 0.00 MB 9 335
121,974 121,974 0000000000005806c7c89a3ee9f63fe79151b55ff951d22201e91e860b5f99e7 0.00 MB 1 0
121,973 121,973 0000000000005e179305586a9bd5459649c08d5945e8af880fa0ffad9175aa2e 0.00 MB 12 334
121,972 121,972 0000000000005c5d5c38c542ce944c6be272c5ca1eb89a4de3bb2d01d4595f21 0.00 MB 11 311
121,971 121,971 00000000000021cee8878f475ddc099427fd94c4325651cba7886917d509358c 0.00 MB 12 0
121,970 121,970 00000000000046225bfe52fa4ae0f8593c37a2871baba58e05fc7d130abdcea1 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.47 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,646.23 GB sent, 95.28 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.