Memory Pool Memory Pool Refreshing

4,120 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,886 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (16,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,662 891,662 00000000000000000001e73a30fe8879f25e3d7824c172047a8c4872edb3cf3a 1.66 MB 3,315 4
891,661 891,661 0000000000000000000047d89161c75bc3ebfa525057f08d635cf9831f441da6 1.46 MB 2,901 4
891,660 891,660 000000000000000000017f5e68d66d0aff79b3ac812dd476c11fd71ef22a41dd 1.52 MB 3,705 12
891,659 891,659 00000000000000000001f4a26a935044d919dc081bcb6a7a5688b62ca38ab00b 1.61 MB 3,095 3
891,658 891,658 0000000000000000000230b89bc1e2fb2e3446d2032e77299c522d43db592164 1.68 MB 3,851 2
891,657 891,657 00000000000000000001ca57e05816f27342a4864bb9d605f73cde19a9527d5a 1.61 MB 3,861 7
891,656 891,656 000000000000000000018948168d89c3338df752c063842eb8ca46b541a65f14 1.66 MB 4,108 5
891,655 891,655 000000000000000000013d7a9f5356e80e1d36dbac43d0792eb029471f2f1a9d 1.62 MB 3,571 4
891,654 891,654 0000000000000000000043c0232f37d471fe410538ee194b58b74bfc866721ea 1.62 MB 2,344 2
891,653 891,653 00000000000000000000fcd882358099b8e77d8099d5782df40a2109ed37c1c4 1.59 MB 3,555 3
891,652 891,652 00000000000000000001bdcce580e01e71ae99e5a65d17e857f1342055d0adc1 1.60 MB 3,074 5
891,651 891,651 0000000000000000000213db1063f4437b563407860cef024d77e085200cb53d 1.15 MB 2,079 19
891,650 891,650 00000000000000000002163086a7bee1df6e809250e54e601afe5dd820aa37b6 0.65 MB 1,429 5
891,649 891,649 0000000000000000000069de10c37faae15ace7eac57ef23a294c3c31992d4b0 1.62 MB 2,812 4
891,648 891,648 00000000000000000000f1c1836d754aec6eec1f42ab021ecaa00bd0eaaa59c3 0.41 MB 831 5
891,647 891,647 00000000000000000000c8a8dc626cbb500c670d33436086e933513eeec3a574 0.31 MB 748 4
891,646 891,646 000000000000000000019772f2ee9b3e1c0697a5552fbb318436adad20c2b4f6 1.66 MB 3,177 4
891,645 891,645 00000000000000000001c8690914fa87c51604c4dfe7292dd5e6e14e1e85ae99 0.98 MB 2,153 5
891,644 891,644 00000000000000000001061422e0eccb6f499aff780bd03125120caf73b995d6 1.65 MB 2,447 3
891,643 891,643 000000000000000000019b0ed9c120aa9afbbc19097739d8c6bd06b4e1ff64cd 1.76 MB 2,154 2
891,642 891,642 00000000000000000000de6ccf0161547f9a6ee635f430953e34c5baae15ba31 1.61 MB 2,954 5
Previous 10 blocks ↓
Total Size: 769.30 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,642.60 GB sent, 94.42 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.