Memory Pool Memory Pool Refreshing

9,964 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (597,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,872 309,872 000000000000000013d52301d8978c2d1e10379498383f5e2d79ec8d022adb49 0.08 MB 72 13
309,871 309,871 000000000000000031c7ec0ad02cde0dfa9b5b596d6e082b740e5e382614411b 0.00 MB 1 0
309,870 309,870 00000000000000001cef90e89637ac3734413b1646b015d963a193d7e552b406 0.07 MB 33 5
309,869 309,869 00000000000000000cf5829c552ef61886e72dd467e5f8a9ba0f46da4e73cdf7 0.37 MB 636 30
309,868 309,868 0000000000000000037caa434cfd99ba41086e8fe567ff749aaf1c390eb51dee 0.15 MB 236 16
309,867 309,867 00000000000000002b812cf1e7b44cb4bb25fc627244f9939a78332a702f664a 0.07 MB 155 36
309,866 309,866 00000000000000001110ba421f87d72e41fbb155eb66240150d0061a3badaebd 0.21 MB 341 28
309,865 309,865 000000000000000024ce963e7684e449f5f5b700ee880230a9f27f14d22b3143 0.13 MB 214 26
309,864 309,864 0000000000000000298d9dc5a73f706858fbcd3b9b9adf90f5515dc7be97049a 0.64 MB 1,120 26
309,863 309,863 000000000000000007c6dbeb9898208e40b05bbb1d2a5ab5b69746ef84728f9e 0.25 MB 600 36
309,862 309,862 000000000000000010184609c8b367a1b5bf0eaadd9d6aef86027cc565597ec2 0.11 MB 113 14
309,861 309,861 00000000000000002e59ff67126997788a8d6dcfb507f256c638bca09b921b8b 0.13 MB 229 27
309,860 309,860 000000000000000019c1d6db43121e362e9c106f742183b8b51436fde12249e4 0.21 MB 330 23
309,859 309,859 000000000000000017923f46214e43893ee09a6d845e327a0b52ad699c3c710d 0.07 MB 130 27
309,858 309,858 000000000000000038fa68e1eccd6d5f5764fcccab5440a157bcda6656f69d5c 0.43 MB 898 25
309,857 309,857 000000000000000018c34a73ea013af4c19cd89dc799e8ec81129aaf31f1f8d7 0.02 MB 38 30
309,856 309,856 00000000000000001588601f54b1a1857ef2f4beeb79ac262d474d2721353c3d 0.15 MB 249 29
309,855 309,855 000000000000000015a71f7878035a1b5da80f722b7c651ef45bb277512c7d6a 0.09 MB 192 29
309,854 309,854 000000000000000018848541f8cfb931fa03ce45f19ef012e28f274a87ea0312 0.25 MB 223 18
309,853 309,853 00000000000000001c77717ba5f92ddc016c8c3f34b6a607562e7e91a23eb648 0.35 MB 790 35
309,852 309,852 00000000000000001bb6a30f56956519bac6e38a40bb72e9eaee3b6ece53be8b 0.16 MB 145 16
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,625.68 GB sent, 93.04 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.