Memory Pool Memory Pool Refreshing

1,313 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,305 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (8,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,837 898,837 00000000000000000001abaceefcc3570e5d5b3b7ae1ccde5200531688c8410e 1.43 MB 2,772 3
898,836 898,836 00000000000000000000d7f7b19911a0aa3153361e652b7de555dc6d5dcf7c60 1.77 MB 1,651 3
898,835 898,835 00000000000000000001025414d08931feb6416313cadb32bb262e575dc45dea 2.42 MB 1,535 2
898,834 898,834 00000000000000000000b926523f9d55815fbfaf6d98a6e86c09dc4f61ee536b 1.59 MB 2,545 3
898,833 898,833 00000000000000000000f550097c796cc03e2eedd6d3ee07a100d3d51b299c02 1.70 MB 2,905 2
898,832 898,832 000000000000000000003f20339df135986c3f3e76cbdbddd1d891944c3ab8f0 1.60 MB 3,393 6
898,831 898,831 0000000000000000000199653574f216a59020488ee81f5dca8d151298849f86 3.64 MB 598 1
898,830 898,830 00000000000000000001a72a4afde5f3a7471bc490223770040737a89678b7e0 2.62 MB 1,995 2
898,829 898,829 00000000000000000000f972905fe233bb4a2f81c3edc2f561e5bdbb86c73487 1.62 MB 3,438 4
898,828 898,828 00000000000000000001bccfc5107f238a89870dde5633bfcad1c193125a4cb8 3.12 MB 980 2
898,827 898,827 0000000000000000000144ad818dcebadcdc40eab6c09012e47daeeed53e6e73 1.97 MB 2,683 3
898,826 898,826 0000000000000000000112da220a0f10e12663eb1f2c5e3848a5e654e7a6ae7f 3.29 MB 711 4
898,825 898,825 0000000000000000000158514c6f2c9e13653c7c4cf7a7a6bd773cab17821ac3 2.66 MB 1,452 2
898,824 898,824 000000000000000000013ee0fd7ce7d20a9138b2b403beb4d7fad8f9378603aa 2.55 MB 1,332 1
898,823 898,823 00000000000000000001b388530614a2ec6e1ca2e34e2ed9fed1391d0596462d 1.56 MB 3,628 5
898,822 898,822 0000000000000000000239e82a345f6b7f87a816fa66ec888b44e87999015463 2.27 MB 1,960 2
898,821 898,821 000000000000000000023fc7c052c4862ed994588477d5ca5309c9251ccacd6d 2.32 MB 1,913 2
898,820 898,820 0000000000000000000192b7b601121adb22aa5bb8679eef1b52d049cf02913f 1.58 MB 3,739 3
898,819 898,819 00000000000000000000d19f715eab49eb518cde803b0983f2613c5c899cdc18 3.29 MB 523 1
898,818 898,818 0000000000000000000152fbd217d9a42d3bc3edaa23fe2bb23bf5e5f5e7d74c 3.38 MB 741 1
898,817 898,817 0000000000000000000142d1c1252c37947ef6515e0c410180a4b92ac657122d 2.87 MB 1,498 2
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.