Memory Pool Memory Pool Refreshing

14,066 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (719,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,141 188,141 00000000000003f81e0613f8cd5790d331ef994284687547701e62dd470b8128 0.00 MB 10 29
188,140 188,140 000000000000021fdf78c9e0e7276ebd26b86d8de52d737a83b7816661b19d3b 0.06 MB 169 152
188,139 188,139 00000000000008f3cc11978ec14853b7a7fd16857af1da8b97875e3f04137328 0.05 MB 102 111
188,138 188,138 0000000000000447dc77d465eefc0f67e21c99e45d048af5a2b9d838d34af724 0.01 MB 18 32
188,137 188,137 000000000000066f37d0bc0b122f2614f54124f6e5717f49714ca6c33628ffcb 0.09 MB 220 130
188,136 188,136 000000000000089c89e526511d0dec007195e0e1d1ccfa285cf22ee7f98d5396 0.02 MB 55 67
188,135 188,135 000000000000046eeae6a30fdec935b42463403e850a2b0248a60e2f99bf99a9 0.03 MB 82 104
188,134 188,134 00000000000005e5c0dcb2996e723797a8d80b99958cf3c0373d463c4ce32d48 0.09 MB 187 133
188,133 188,133 000000000000073867deb81600d1d23a04c51910a00c16a6cc049ff023ca99b2 0.04 MB 151 66
188,132 188,132 0000000000000311db6eaae8fb10694078f151f18e2f2f2f0c5460233aa4e6d6 0.11 MB 300 103
188,131 188,131 000000000000016c946442cc2de31a5a73fb2439fb152577e4c0906f659e09be 0.05 MB 124 88
188,130 188,130 00000000000001f1ee75f240493495f30dbce9b8108f7e6a3a82eec74036e42a 0.12 MB 349 164
188,129 188,129 0000000000000689f7a5e8f9f56fdf696d4ce0c290f7f80c0dedf15eef73da5a 0.00 MB 8 0
188,128 188,128 0000000000000021b640a5ee7adf040415d987e38bad8fb7d0bc7993f4c44af9 0.12 MB 336 142
188,127 188,127 00000000000005d058e6fb8dcccc57abad6b2c200d7aacf8c7108e74feff1567 0.08 MB 184 135
188,126 188,126 000000000000061c92c3a3e48181f0aeddd5f4d1c039b9fd1d0893c10d5a199b 0.01 MB 28 107
188,125 188,125 0000000000000699920a2dc945ecbef873b7449c857721c5b0b8e29782298ed3 0.09 MB 205 124
188,124 188,124 000000000000039bc414c230f5cf737fec1aa45964e176c471c6d16abb50df0f 0.01 MB 19 596
188,123 188,123 00000000000002596cc83d5248424ac33ecf6abfa4c0a76a7147d000ffa492cb 0.05 MB 172 132
188,122 188,122 00000000000000a59ed9a22a31e5c655f526c2456a178abe12bc8e6cf40d1dde 0.03 MB 72 147
188,121 188,121 00000000000004b36c7d1f746cd2d9b2d29996ddc4fe0bed14d28135b7a8f00c 0.04 MB 49 110
Previous 10 blocks ↓
Total Size: 769.02 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,622.94 GB sent, 92.96 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.