Memory Pool Memory Pool Refreshing

1,712 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (56,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,146 851,146 000000000000000000019a9b498a0a254d6c018edc0ac3d45edadc60c3a18343 1.45 MB 2,055 9
851,145 851,145 000000000000000000010e80cf4c7084d36bfa7fe3c5f1e8776e7c99c35641c9 1.61 MB 2,479 7
851,144 851,144 00000000000000000002ef2ef28227f42a5cdb9e80d86b65af655880771222db 1.02 MB 193 5
851,143 851,143 0000000000000000000215e33c9527ccf19df828da09e6246e815babe16b0e97 1.49 MB 3,705 9
851,142 851,142 00000000000000000002882db9381360fe76c70ba554c01810f891d57afa0b2a 1.74 MB 2,984 11
851,141 851,141 000000000000000000032982d837df293806aaf8e2e78426ee64d50e361641d2 1.59 MB 1,626 7
851,140 851,140 0000000000000000000017e978fe80b2c1efd8bc06ceff45179fd5731bd8d28a 1.61 MB 1,890 6
851,139 851,139 00000000000000000002a34b0578c14b1bece5563d5ad0ee08c5b5380d452454 1.61 MB 3,569 12
851,138 851,138 0000000000000000000179917bf979b7ab3dabf72d1eb952a7f19b6b1ee14745 1.73 MB 4,384 6
851,137 851,137 00000000000000000000189721f581cb56955b31641b4c99658981708a301b88 1.66 MB 4,114 7
851,136 851,136 0000000000000000000070920e9bc501844f843f80ad663fa7dde4aacc80ad77 1.60 MB 4,172 9
851,135 851,135 0000000000000000000228b18b84fa857151744f787d0d1a334ee394ebf47d12 1.57 MB 5,740 7
851,134 851,134 00000000000000000000eabec911277c63296cfd8bf2ac1015949614d5d2157d 1.50 MB 7,202 5
851,133 851,133 00000000000000000001cffa080a9b86899b80f5b4634df61fe63ce42337a843 1.53 MB 3,562 7
851,132 851,132 00000000000000000000b631236f7cfc99595413827556dfc025abcbd61dfb09 1.47 MB 2,889 10
851,131 851,131 0000000000000000000349336524d5ac3987061ce234d627b3f52eb3b8932244 1.46 MB 4,746 6
851,130 851,130 00000000000000000000762e145ba87d396447c6c90314d5041d47741fcc6c56 1.56 MB 5,188 7
851,129 851,129 00000000000000000001ca027b4f9d3c85607a7a98c70bd3a3efee446f8c5636 1.57 MB 7,091 6
851,128 851,128 0000000000000000000079d2a5b5755b59b114ec7ad0e02827360518537de84e 1.59 MB 4,997 8
851,127 851,127 0000000000000000000075aebb429079428d4f68b0a7ce60eeac45c197b82bdb 1.58 MB 5,338 7
851,126 851,126 0000000000000000000045ff1589f011bd1ae81c5ed3b4c96c689d250781e094 1.77 MB 5,231 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.49 GB sent, 93.62 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.