Memory Pool Memory Pool Refreshing

2,762 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 2,749 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (785,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
121,868 121,868 000000000000967a22b958bc1b92d07f36c1ee0c01d39ba4c9530460d22f4c33 0.01 MB 11 307
121,867 121,867 00000000000081a7f8408258e42fd12447b8fe39d39857f5bd15066c0f6692a3 0.00 MB 14 454
121,866 121,866 0000000000009368dccdd23c6ebcb3132f84cc5c97eff12e3d700c78e48feb25 0.00 MB 7 0
121,865 121,865 0000000000004a1accfc9fe4dbc909b9ff4a13393be88a369db367c512a67e28 0.00 MB 10 0
121,864 121,864 0000000000006a2c9b40a8d122b223582bdb5174e15b52f7d7ca2690323ef569 0.00 MB 5 592
121,863 121,863 00000000000061bc76e3466efb84f3e31f801136547565c45ff6ccbf7a4ada0b 0.00 MB 1 0
121,862 121,862 000000000000855b0b0af926e1085bc21d094f223a8d48e3c4bf2f2836b820fb 0.02 MB 49 221
121,861 121,861 0000000000005eb077fca76b4896b41bac888841b230a412adcd9b4ec0adc6fc 0.00 MB 13 425
121,860 121,860 00000000000023cfd11507d977edba5154e6bf86ed56b2c46744e33c1c4020da 0.01 MB 14 1,022
121,859 121,859 000000000000764562ab68c2b6ecc4d34ddd593585ca6cb4af937d3f2a60a2bd 0.03 MB 60 1,279
121,858 121,858 00000000000008ded7e6be5887554ab224b247748012cc1d6a717e3c1c8d9ad6 0.00 MB 12 0
121,857 121,857 00000000000039f548f245f7bd50cb09217344ae8dbb364b8058009bad10b2fc 0.01 MB 21 643
121,856 121,856 0000000000001aa30d88f230e06a094668559d4e0c6eca3bccd6a70a4d5c4946 0.00 MB 8 0
121,855 121,855 00000000000022695f4cbb69e2501a2d81aef9a59845a090a3511626620b39d6 0.00 MB 11 1,296
121,854 121,854 0000000000005863965ade33669aec04c795da0a9006cdd686de7f2cdfe387fd 0.00 MB 8 0
121,853 121,853 000000000000141f10dd8139ec2712e1663ec3136cb3748527d06a8a4073fdc3 0.01 MB 17 170
121,852 121,852 000000000000197f32cec885fe66952f882af02d63e719f803a4c0ab6d98425b 0.01 MB 9 998
121,851 121,851 00000000000026ffb9405747c569820c55a226c6f041aef0aa32a4405dedbc7e 0.00 MB 6 0
121,850 121,850 00000000000056dd26cf24b34b46ef6ae890cfdcfb9de5a3d7fd239559f7aca9 0.00 MB 11 0
121,849 121,849 00000000000012af4599a6e017f41cbe7d1afd01b81075bfd254943cfbf77288 0.00 MB 10 574
121,848 121,848 0000000000000783c8fcd3c4727f979dcb5098c376b6d23d9378bf6544b8ff6a 0.01 MB 17 402
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.