Memory Pool Memory Pool Refreshing

1,309 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (582,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,146 325,146 0000000000000000125ff4f076e077d99a65c2aece6b165a51f3974f35c9142b 0.25 MB 639 37
325,145 325,145 0000000000000000030473c641b0c6266242f90b297d316aa58d8056c24adf9d 0.35 MB 790 34
325,144 325,144 00000000000000001dcab8c11bb7778e517369db55be802dfdb19ddabfe5e76f 0.18 MB 237 19
325,143 325,143 00000000000000000f68cd70194aaf683dbe64a0a0619c0d50b91c0f677cf68e 0.22 MB 385 33
325,142 325,142 000000000000000001465db35c67a2c2bfdbf0f0fab8b74e8534dab283f9176f 0.13 MB 211 31
325,141 325,141 0000000000000000070264199fcc89557c2a6081a6d9ed7da38736b6f88bc1cd 0.25 MB 410 28
325,140 325,140 000000000000000016fd8cbb894320f1ebf62349249525af50e460d813162af6 0.23 MB 327 23
325,139 325,139 00000000000000000fb06305432af90be0b33a2fe6e0c069bd49fa22c8dab1f1 0.10 MB 8 11
325,138 325,138 00000000000000001450351ecb321852024682bfe893565c22dcf9b074d6c486 0.13 MB 252 30
325,137 325,137 000000000000000019d762496dd217e3f37a28fc2444c0707a1ff4457372e759 0.19 MB 368 33
325,136 325,136 00000000000000001644704ea465b5d2f18174a70d46940da88081766b3fccd9 0.02 MB 33 19
325,135 325,135 00000000000000000e6a637126243f572571ef47132ecbc377ae12fc6071d0ba 0.06 MB 72 21
325,134 325,134 000000000000000006d2b99ebba63e251f38e7cdcf8bbb1755c4986d5b7763f8 0.26 MB 352 21
325,133 325,133 00000000000000000e809e8b168f949cea4ab358f3d96cf70fc45485bf124061 0.35 MB 752 34
325,132 325,132 000000000000000002b8bbd911ea9e489f378ef73179f4f06ce8fabd4f7a5f54 0.07 MB 103 26
325,131 325,131 00000000000000000b09b63321aa4815cc589bd116c9d6762c3be33f8abc632c 0.08 MB 132 25
325,130 325,130 000000000000000017a73f28acb2018c3376220cca7dbad2a0eb61b3c37c94bd 0.08 MB 171 28
325,129 325,129 00000000000000000fbee5161e091a668eb8903485f129ca636bc65b75bdeec6 0.31 MB 690 32
325,128 325,128 000000000000000007ea0a8cbfe57c2437960f4cf793d99790395ed994c70e5e 0.49 MB 801 44
325,127 325,127 00000000000000000ee5e2835705598f8c54d5fef237de644911db1157c7f804 0.34 MB 593 25
325,126 325,126 00000000000000000f095e0d480bba4b799cf68d075621b227775c388f3f0d5f 0.06 MB 34 3
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.