Memory Pool Memory Pool Refreshing

2,258 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,167 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (701,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,526 206,526 00000000000002aa97d7bd32df5936ed33eb64338166e06b2b256dea35d9f767 0.01 MB 26 138
206,525 206,525 00000000000000e67cafaa9b83f20837ca2c9c85d7bafb3f4a8effb62406109a 0.02 MB 39 166
206,524 206,524 0000000000000152e7d4683bc7bb51c6d5deffabd80fdf5261b9e32e3fc8caa3 0.04 MB 77 214
206,523 206,523 00000000000003dd392a3c50eb84e09396f7170cc333cd6648259e30dd44cf38 0.11 MB 266 198
206,522 206,522 00000000000001597c37839ff5eb7289193f1f384b4cad6d1d43e054157a8b86 0.00 MB 15 39
206,521 206,521 0000000000000217f90b17b6f798cd0df2c3a6f658f5ed15517d6c5f37133132 0.01 MB 33 189
206,520 206,520 00000000000001b4326be18918bd426a1f9d73aba35592bc44bfa85622d853c2 0.05 MB 92 145
206,519 206,519 0000000000000282d41bbfa1ab20ea9650a7b55dd0151cb7e18d3ca1ad3a5085 0.20 MB 262 116
206,518 206,518 0000000000000463ed513cb8498d27368eafe9516ac06930467d86d5822c6e2f 0.39 MB 555 73
206,517 206,517 00000000000002a088bb427ebcb1275b0cce8c3a94f7d0ad284910c85625dcdf 0.27 MB 419 113
206,516 206,516 0000000000000229f275629195524c9ab3bd105ead45d0fea84ed4afe06fee3e 0.20 MB 384 140
206,515 206,515 000000000000017196effe29e1f0c6a28a38ea0fcb9d22fe218bbdebecc5d094 0.25 MB 461 155
206,514 206,514 00000000000004532a023d738d9755fb3e23122f46aebc4b1812cab70b95b194 0.00 MB 13 334
206,513 206,513 000000000000019e08aaf42757c70dd06805795112683232575b03abbc808edb 0.26 MB 326 119
206,512 206,512 00000000000004c43b4c695fbe17db21997fbad5b72e8d0a1b91915788c51672 0.25 MB 778 271
206,511 206,511 000000000000049d42b351ca3ddc842245f9187ec93e298a898362535483be08 0.25 MB 817 284
206,510 206,510 000000000000008d6055d6f155f634a77b60c37da5c9cfa3e6f83935119fe1d5 0.26 MB 681 228
206,509 206,509 000000000000012a42972448ff992f65dd9db04a8809906218e2a7c79da98ac7 0.05 MB 90 680
206,508 206,508 000000000000028c18935c063370761567514373128a1e963dff40779afe239c 0.01 MB 39 66
206,507 206,507 00000000000003882dea8fdc87cb0cbe7d3ff3fce0399c5b5c50ed7f2d208655 0.07 MB 171 214
206,506 206,506 00000000000004ca2d8586c4d98d2ca52c05c5057a6fe9816e8de742a889be3a 0.08 MB 136 168
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.