Memory Pool Memory Pool Refreshing

3,862 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,390 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (760,943 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,793 146,793 00000000000006b80692a51cce859d312ccf7cc233e40e6f42309b2f8f90b986 0.01 MB 22 141
146,792 146,792 000000000000011555e5f718aae0795598d8d016fac2b1eaf70528941435a6c3 0.00 MB 15 113
146,791 146,791 00000000000000355de007c5be1711e6c5ca011f0a343bdf25c063ba9df60c4e 0.01 MB 53 28
146,790 146,790 000000000000087f9c650558dc3c01fda0cebdcdc08dfe13da3b231bbfa35384 0.03 MB 61 121
146,789 146,789 0000000000000277c304c8a2b5902be8d28d49cc51a93231c51eddf054082756 0.00 MB 14 30
146,788 146,788 000000000000071deb11b091e06b74c4dad53eb64e9c4b51d8c8dff67737200c 0.01 MB 18 247
146,787 146,787 0000000000000531823037b1c262994687cb3507446c79821a9e845c43797261 0.01 MB 14 246
146,786 146,786 00000000000003993b8534dfc8ee9ab4183dff5b9aff737a73128b8ee8d47f0d 0.02 MB 71 2
146,785 146,785 00000000000005d4da9e091210494c4075af3710a63d61e7f2d2f9cc885de6bf 0.01 MB 12 37
146,784 146,784 000000000000016a7ad8b209c261a33f184e4d408d07583b20c98fd2e876d8a5 0.02 MB 36 37
146,783 146,783 00000000000002ab60f94a35022d07e5675b2fe6c880fb839b553ba26174f796 0.00 MB 11 1,406
146,782 146,782 000000000000001c389a7d7c40890e444b52a5abd5fb57dbf3e79172cbf63a14 0.01 MB 14 209
146,781 146,781 00000000000002ea646fafbbe9f068ef8810a780d8e6b6537e3d43b288d07465 0.01 MB 9 48
146,780 146,780 00000000000003037f1b4084990ac99e94a9a2cb9a583ba5e99e6be1dfccdfbf 0.01 MB 22 250
146,779 146,779 00000000000002841bccf34b7c017ad0834b8b813f691d1f8f888f9f5c004f2b 0.00 MB 2 0
146,778 146,778 000000000000016ee68790bacf48af82b1640f27ed1317f1c5fc4da0cee22982 0.03 MB 28 122
146,777 146,777 00000000000005befb85efbca42fabd1e8350885556aa4754c2c85bc7824b631 0.01 MB 4 9
146,776 146,776 000000000000068ca2d5cb6db34cd60425951d7992b10e69805c5a8adc5e2318 0.04 MB 34 94
146,775 146,775 00000000000002eb7ab52ae8c32aca0bec46cee337a5bc75247d7e9fba4eadb6 0.02 MB 91 12
146,774 146,774 000000000000048260fd05eca6fb187789e46196f89aa12ecfa05e7cb7e54876 0.01 MB 32 124
146,773 146,773 00000000000001a4725eb90b17c4c5c0cef02342196db7406ea4053d7f828c17 0.01 MB 24 108
Previous 10 blocks ↓
Total Size: 769.05 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.47 GB sent, 93.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.