Memory Pool Memory Pool Refreshing

3,465 transactions
0.97 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,457 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (750,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,653 157,653 0000000000000338eeef9cb39c5a8d28d806d5fab56f8650498ab9312cf21e9b 0.05 MB 92 540
157,652 157,652 000000000000023b5444166b1aaef5145ced1ea8e8898060e5f95b9bb097b763 0.02 MB 44 147
157,651 157,651 0000000000000a42b021f6feacdf929fb3b7eea707f37d2e892d58b1a69bb699 0.01 MB 15 392
157,650 157,650 00000000000005038a2c66ffd97e8cd6b9586760f8e11548fa9fba51be8d09b8 0.01 MB 19 115
157,649 157,649 0000000000000b019c7535b66770f3a74a68b2ccf2eaec0d585001f70077dd7c 0.02 MB 42 53
157,648 157,648 00000000000007a40b8d512197aa7fd0f07afa5891acc7a3d8a25f8a6f752100 0.00 MB 1 0
157,647 157,647 0000000000000584c0d053761a23ce91a882924d77bd78f32d7822a2e35eb00f 0.01 MB 27 56
157,646 157,646 000000000000060862596c7729e5c00d3f304ae1d59ea669aeae023ea567abc0 0.00 MB 1 0
157,645 157,645 000000000000071c8f48c47731d790763ac1a4b539f7c2685cfa0b77a7bb3c5b 0.00 MB 7 53
157,644 157,644 0000000000000a6f2acba8e9d2a9541577546f022a1a268ffe0e8f477d681864 0.01 MB 36 15
157,643 157,643 0000000000000953296fc4155735037892c2231b9ab32a7738c3b9a638d13be2 0.03 MB 87 184
157,642 157,642 0000000000000115da76d1aa8b4bbc8f25d499281b552d43b86d0d9130425373 0.00 MB 3 0
157,641 157,641 0000000000000782f47188156d283b90a4e6697d70d682140cc81d7245f4341f 0.01 MB 17 163
157,640 157,640 00000000000002f71b2d932d87e2200566a11dbf2836a5f9b9ad98c73ef90964 0.00 MB 7 11
157,639 157,639 00000000000005f78eb641419f916d70860d4448682765ca75d2a09223a04765 0.02 MB 79 87
157,638 157,638 000000000000064fc4bbb5ea6a1145698ae37bfdcb94046ad2a781569751a79b 0.01 MB 16 16
157,637 157,637 000000000000025ac544a6e9f172cde49b215b2525ff2b34796e571a203ed9d0 0.03 MB 48 232
157,636 157,636 000000000000079dbc20101a3a2d09d74f0585a8bd687f8fc902bcc350a0f2af 0.02 MB 58 103
157,635 157,635 0000000000000e3bc58c25233d1a0c529a8b519d285940c1c65712ab193051a3 0.05 MB 138 253
157,634 157,634 0000000000000b41a3add370f2d4628ab748e3cc8c2e59b7e9babbac8b8f95c1 0.02 MB 54 193
157,633 157,633 00000000000006d8d77cde0aa24bfce648b01ba4cc7513a037210c0f0968a30c 0.00 MB 15 147
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.