Memory Pool Memory Pool Refreshing

7,391 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,844 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (22,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,805 884,805 00000000000000000000458fa3b4e30afc70de9ffb7ec2df459fccf2758cb95b 1.78 MB 4,351 3
884,804 884,804 000000000000000000014c122ddb14481dde31902fba96d5fbbe24876d18a417 1.97 MB 5,916 2
884,803 884,803 00000000000000000000908862c0a61f1620da5d70981d3131dc67c175960bc0 1.82 MB 5,080 3
884,802 884,802 000000000000000000026adc64d4cfacf86c0e00bfbccafb82a88faa7f6e865a 1.84 MB 4,144 3
884,801 884,801 00000000000000000000ae1898ea0d11526b7efc6ed1f224afa313f2611aa388 1.93 MB 5,744 3
884,800 884,800 00000000000000000001ae5117f5b4b3616ad31f0b7581db153e2df9b2024f7c 1.91 MB 5,193 3
884,799 884,799 0000000000000000000106e8786e78c2cbd4142f59ccba53837b4c253ecf7ca0 1.84 MB 5,123 3
884,798 884,798 00000000000000000000ab86723114eb541d3bacdb7bcdb7b11aa66636210aff 1.71 MB 4,122 3
884,797 884,797 000000000000000000006dc0191563729f7b9bae256806cc252869699fc74d54 1.67 MB 2,846 4
884,796 884,796 0000000000000000000034e00653e81a52563d41fb8a68456e4841be4fd6332f 2.02 MB 6,096 4
884,795 884,795 00000000000000000001e285f4bf93772a094236b6ec057988e6737edd3a6bff 1.78 MB 4,571 3
884,794 884,794 000000000000000000011e3d7b4e6d8655899f00aba3d5e3255ed6e50f3e8c3d 1.41 MB 2,552 6
884,793 884,793 00000000000000000002620a1d658e7614d40a61f0a12064eb16a977499fd810 1.57 MB 3,132 6
884,792 884,792 00000000000000000000c73c8f6fe57af8012150daa64add6e8134fd203ab6a4 1.63 MB 3,633 4
884,791 884,791 000000000000000000008e6a26408dec079e325b53a65f7f273d8efc2c4e984e 1.49 MB 2,668 6
884,790 884,790 000000000000000000011cee5a3180d85108698b816640d7669d65fdd1fc3292 1.77 MB 4,506 4
884,789 884,789 000000000000000000014933403e88948a7e129b371860024d7f30381c6c3063 1.55 MB 3,117 6
884,788 884,788 00000000000000000000e26fdafd5e5ef0b2cf263c93663f11600cb9e9c73755 1.85 MB 4,975 3
884,787 884,787 0000000000000000000211cf74b08a87c57a90f4d9a5ca2a2eae706e44fd87b2 1.88 MB 5,379 4
884,786 884,786 000000000000000000002e3d9a46488a4343bfb5f83862d9c6f33a80b5b4702e 1.58 MB 3,668 4
884,785 884,785 00000000000000000001848d1300ccd11223f4c040bdeb41bc6d0124a1a1836d 1.79 MB 4,818 3
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.