Memory Pool Memory Pool Refreshing

10,739 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (57,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,193 850,193 00000000000000000002f708b43f621955a9c54cb42a5c8debf71a1878e3e79e 1.70 MB 4,465 7
850,192 850,192 000000000000000000027b66a3044d551fe44851fe490c164f9b6fc654447a01 1.59 MB 6,205 7
850,191 850,191 0000000000000000000242cf00e41acdeaacc5a66d3129070fcf6fb66704bdb0 1.60 MB 4,631 11
850,190 850,190 000000000000000000023b678de547473d12c68221fd5366f885cd3d9c17ffe1 1.64 MB 4,746 7
850,189 850,189 0000000000000000000178c6f22300eca44dd32ab9b681d2d598d75d448b7a7e 1.55 MB 7,481 7
850,188 850,188 00000000000000000001b6d27a8e395696a9228642f5453b4ccab62f86114900 1.74 MB 5,110 10
850,187 850,187 00000000000000000002a66543c04cf1380ff07b16f65e3120dff3314e9b1083 1.61 MB 3,660 13
850,186 850,186 000000000000000000002bebc04d087c36f5206cbe6a20ccea41b4b28b983811 1.52 MB 5,010 10
850,185 850,185 0000000000000000000203cf1021ec59dfdec8b7d7f2ec21ff197c477a2407af 1.66 MB 6,058 7
850,184 850,184 000000000000000000019efef805db6a045a12fcb56d3fae7d6e5599165d0bb2 1.60 MB 4,903 12
850,183 850,183 0000000000000000000025d4f780a796b491fc828f0bf3707b8304c5c56286cc 1.62 MB 3,847 12
850,182 850,182 000000000000000000009e7f73116eae798899b0f5b7fb42a2cde686858d0396 1.46 MB 3,038 12
850,181 850,181 00000000000000000000a598e3869af01ef154d1b2e032166c050e08eb79912b 1.73 MB 3,020 7
850,180 850,180 000000000000000000033c270ed9d800015dd7cbb6fe9d5f64bf03004c215e14 1.62 MB 5,156 7
850,179 850,179 00000000000000000001c9bccd49906a31ef51dfd968619a8e94c2f72a78b389 1.65 MB 5,551 9
850,178 850,178 00000000000000000002daf343708d9748e05b98f44bebb6b6e44c003c4a0829 1.56 MB 7,667 7
850,177 850,177 0000000000000000000213bfa5e97efa63dab08d8d2abe239c6225e9bb49ac95 1.61 MB 4,662 11
850,176 850,176 00000000000000000002d74774551986d75ce3c5d1b80478a90ba8a20732b28b 1.60 MB 5,060 8
850,175 850,175 00000000000000000002937862a9f3a0fcdf8f824ad2acd517aaed551918dbd4 1.55 MB 6,055 8
850,174 850,174 00000000000000000001c8ef6c52f5906d01b44523dad7cae7964a7bbacaca1c 1.58 MB 6,974 7
850,173 850,173 00000000000000000000a9394087b82ad16b7023517a1795febf0c03358d7e9b 1.54 MB 5,081 9
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.