Memory Pool Memory Pool Refreshing

14,284 transactions
4.53 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,168 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (593,787 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
313,931 313,931 00000000000000000331946dd6545a43ccc2e0d82280151609466a8ea292a6b2 0.32 MB 421 22
313,930 313,930 000000000000000004ac0f7bc7e02b0e6cf63108b698a56c852b2947439d3e1a 0.72 MB 1,141 29
313,929 313,929 000000000000000035d0aa3b09c612aad715075117f65dfbacaafa5f3212ccb9 0.10 MB 172 24
313,928 313,928 00000000000000002637bbf3707b83afdc80e65c6c16ad392175cf25c7edd398 0.06 MB 77 15
313,927 313,927 00000000000000001e039a67e9a45c35e6b199611c1cba2a7c44f2fd4c6d0615 0.23 MB 287 18
313,926 313,926 00000000000000001f8d39a5f20de2cb84e0b92ab25d2f25c728b5649db3cdc9 0.15 MB 236 23
313,925 313,925 0000000000000000355286e0138d35b843e23e81654a2352c5072c5bbe7210e1 0.01 MB 25 30
313,924 313,924 0000000000000000142daa2f19a9883e916631078aea63b0131f3f090cac0235 0.06 MB 123 29
313,923 313,923 000000000000000003e2ebf1720ced90d21ed7f26f0ff23b78067cb622040258 0.01 MB 35 34
313,922 313,922 000000000000000001062db28a4b1999c4fbf201bbfc31c037e819453446ccad 0.14 MB 238 24
313,921 313,921 00000000000000001f66a69950655d96c7fc8c175a7f85e914eebeab2ef5c416 0.24 MB 352 22
313,920 313,920 00000000000000000e7b9aed4c86a95ff49528ea63865fdae6518a8c493018ff 0.11 MB 86 6
313,919 313,919 000000000000000016fbeebbe11d517f95b2f54fdb74064b4dad979627cc615e 0.41 MB 794 32
313,918 313,918 00000000000000002bf3c9c5aaae3d4a0acd35fd68c85f6b04df6c114f0c63f9 0.03 MB 42 18
313,917 313,917 00000000000000001756ae4314e0ba1e8bebe2804b39e8ca9071e39c7538d3ca 0.05 MB 59 25
313,916 313,916 00000000000000000e02061ca5d836eabdd5d33e338111ba310f903e1c9c1081 0.18 MB 388 31
313,915 313,915 00000000000000000238c63bd3826847b216091e0a0e6ee74883f60cb0e31e75 0.44 MB 579 23
313,914 313,914 0000000000000000133742a3fe3a4ce2c9554f86a7e4f2a5f3e66ababb863950 0.35 MB 465 27
313,913 313,913 00000000000000001c734cc30a7f6e4a30ad8da4947d248bf650bc136b05f100 0.26 MB 414 25
313,912 313,912 00000000000000000218d48f76f907b8df86e3cb60014430ad9c25c5c345134e 0.76 MB 1,109 24
313,911 313,911 00000000000000000b6d0ab317c2aa00935218acee59b393029b0086730e4463 0.08 MB 32 2
Previous 10 blocks ↓
Total Size: 769.02 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,622.96 GB sent, 92.96 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.