Memory Pool Memory Pool Refreshing

7,763 transactions
3.59 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,961 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (33,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,877 873,877 0000000000000000000267bfe9f9c727babbbdd5d0701abc66d0c248df80e00c 1.84 MB 2,322 6
873,876 873,876 0000000000000000000103914af8efafc632b6b79ea42f2c9f39b325f73aabf6 1.70 MB 2,950 8
873,875 873,875 00000000000000000001dd5acd1ac642958c68ee2f71ba965dcaee7f1c8eb5cd 1.80 MB 3,031 7
873,874 873,874 00000000000000000002459b9cf5e3fc7274da0517cd588a76beb65da00550c1 1.57 MB 3,022 8
873,873 873,873 0000000000000000000288b7cdee1d5b06ae0122fe002ee25bf04b3670bcfe53 1.65 MB 3,942 9
873,872 873,872 00000000000000000000ed16e98d9b4110e5fda8a4f7a69b5e8d3a8f419e5e9a 1.72 MB 2,358 7
873,871 873,871 00000000000000000000a26663f704b6ff1164a9684c958bbc02c95b5f5fb347 1.70 MB 2,979 7
873,870 873,870 0000000000000000000195958f2333ca53dbc7cad99cef9c1f09b8a23a617698 1.67 MB 4,635 8
873,869 873,869 000000000000000000020c368dddc3251f6f01308c2d408474fb51acc5a334e7 1.81 MB 2,005 6
873,868 873,868 00000000000000000000b5fc5582fae4a2b4157c1cf14d1510efd62bd676c34c 1.69 MB 4,450 9
873,867 873,867 000000000000000000012fda9828d4c21b5a6ecd5d76948d79901e44563fc1a6 1.64 MB 3,415 9
873,866 873,866 00000000000000000001eff00ca68020ffbfded4043df9856419cded04409a8e 1.72 MB 4,171 8
873,865 873,865 00000000000000000000a02df9b0e60a74f70225ebfb81d556a2e5ef4ebf9479 1.79 MB 1,971 5
873,864 873,864 00000000000000000001295ed43e254af51a0b00418cba74faa2d6ebd5d5f0eb 1.81 MB 3,154 6
873,863 873,863 000000000000000000011cfc4a997c0f4ee628dbbab894cb4edcab5ef7204fb4 1.69 MB 1,747 6
873,862 873,862 000000000000000000021825022e9a9047038b94175374cc33b8aa13fc0bb1a2 1.74 MB 2,472 9
873,861 873,861 0000000000000000000068ff9c14c5a7884c8da19dd3fb9f5b512eb95e147e0e 1.50 MB 2,892 8
873,860 873,860 00000000000000000001f8b81916e0bcfcb48d08743b7ce75efd6cb3604a253a 1.76 MB 4,487 12
873,859 873,859 00000000000000000001828de31a5de1c93c34f16508781fd122151ba7000a64 1.65 MB 3,761 13
873,858 873,858 000000000000000000015169ec67acee39a22d61e17de26a494aa96b9f5c446e 1.64 MB 3,528 12
873,857 873,857 00000000000000000001ec735b5da0ff87fd55c30d1973bd4b1dc1c069d04fb1 1.58 MB 3,565 11
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.88 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.