Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (597,834 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
309,851 309,851 00000000000000002ce97ebd08ed7b1cc2c9fdf522a34eabc096a180adfacdd2 0.33 MB 568 30
309,850 309,850 00000000000000003b18ea5cbb3ebfe00a57476f427cb03a40315c6e1e82acf7 0.57 MB 249 5
309,849 309,849 00000000000000002af2db787010dc117d862711b26b5856059a56fe06cd6100 0.02 MB 57 28
309,848 309,848 0000000000000000056252482b4ebcea447d3468aa09eeaa573a46d49c5c6ae3 0.25 MB 453 33
309,847 309,847 00000000000000003c83b3b3c148c3014da183188d8b83d1ca0273ea081c67d2 0.75 MB 980 17
309,846 309,846 00000000000000001f215035918e598fde5c50ae36235df6d0bb0fad02dd94b9 0.26 MB 371 24
309,845 309,845 000000000000000023a327dba200cb60acab328b9473c239263275aa68128c28 0.09 MB 156 33
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.