Memory Pool Memory Pool Refreshing

24,239 transactions
29.24 vMB
Show Random Selection Loading Transactions
Max Size: 172/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
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,823 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 844 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,822 (42,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,850 833,850 00000000000000000001090f1101d1e3994da3f3f3314d1723f1693708f0139c 1.62 MB 826 16
833,849 833,849 00000000000000000002075eaafb599eea7f67e7e327c8c4af9d31c991b6afb8 1.72 MB 2,375 24
833,848 833,848 00000000000000000002bd4cefb5e65aff26f691ddbf6164565a693c3acfd8b8 1.90 MB 884 14
833,847 833,847 000000000000000000021ad9747737a263dcd6fbe65115598a979e7220ad0293 2.75 MB 2,028 16
833,846 833,846 00000000000000000001e5508fee47f68239a5f2233c128ef5e953aa4facedca 1.47 MB 2,249 28
833,845 833,845 0000000000000000000017e532071170504063424ff3ddff1abdb9f787c27fe1 1.87 MB 1,808 21
833,844 833,844 00000000000000000002abb9a796d3f723c98ea685566c22aba170471a4acd2d 1.68 MB 644 14
833,843 833,843 0000000000000000000374860d55bee60ab85510dafa218a4a596eff25d18e28 2.61 MB 1,385 15
833,842 833,842 00000000000000000003791eb43d3d07a334e710b8b5ad93948ee6676612c71f 2.10 MB 1,942 22
833,841 833,841 00000000000000000000d0cd45349232135563c293c4dc80117d912a394fb7d6 2.01 MB 3,038 20
833,840 833,840 000000000000000000033a69e93c331a27d97b1063db64f68a236839c2816721 1.69 MB 2,458 30
833,839 833,839 00000000000000000001c982d2d259edf038d875549843f124e435cfdb04c5df 1.69 MB 2,282 44
833,838 833,838 00000000000000000000a0616b566adf5de9e7a9b40c7ed1bbb765a5c6bf28e8 1.99 MB 1,196 66
833,837 833,837 00000000000000000000591a4bba9b553f369a75c52e32f2c2169d475976e551 1.87 MB 2,637 20
833,836 833,836 00000000000000000001fefa56d58ffe02da25afa8a7473b30482f81081e3f07 2.04 MB 1,564 17
833,835 833,835 0000000000000000000345123713536f246179698f57dc0d504475bdec9ecd7c 1.66 MB 2,585 23
833,834 833,834 00000000000000000001a87cfb50d534ed1a4cf33997a78224f20728320a5c9f 1.80 MB 2,233 25
833,833 833,833 00000000000000000003475d7e6ecf6b021078e48c485c32b467c8407dac6a8c 1.82 MB 1,989 24
833,832 833,832 00000000000000000002face399e516bec1bfe75a9325eb57042194d9400f3eb 1.41 MB 1,343 25
833,831 833,831 00000000000000000002f60a349fa2adaa3617f648e73f9e59cdc4980c6314be 1.79 MB 2,511 30
833,830 833,830 0000000000000000000283a2241faaf249772d1419326fb2377517d8b08ace9e 1.78 MB 2,664 32
Previous 10 blocks ↓
Total Size: 712.01 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: 963.72 GB sent, 23.77 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.