Memory Pool Memory Pool Refreshing

1,348 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,333 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (625,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,911 281,911 000000000000000212c9afbc941b1e2532bda5d421cccdd51068ab4a0d8b6f3b 0.15 MB 345 73
281,910 281,910 00000000000000017d6ba1b80434b05f75582d0853d17a734d2ec8efdf675dd3 0.60 MB 1,321 46
281,909 281,909 0000000000000002200a0a54e672c7ce3c7f15cac98810bec18275e3da9e239e 0.04 MB 79 22
281,908 281,908 0000000000000001083e3e32a730ffab0e01cb4eb5c7f06dfc327d2d564487b4 0.26 MB 434 33
281,907 281,907 0000000000000001393952e7b3b6914f873db664dd32327e8b2685286cf8b287 0.10 MB 55 8
281,906 281,906 000000000000000203fd90f726d9a9bdb05f139d34df7b0bec3bd0d37ed1b23b 0.02 MB 46 37
281,905 281,905 00000000000000000d0c869fbc73fcfd253451583dd4408955f57aef7f490d8d 0.10 MB 194 21
281,904 281,904 00000000000000014cfd211274ae440ee84aa0063d9781efd472b3b4a4c71240 0.05 MB 94 33
281,903 281,903 000000000000000157a8f19c63ac81449dbead4f9f5969dda842d0bba809412c 0.40 MB 878 58
281,902 281,902 00000000000000019afd04b2822a2660e544e6b52a5761eb3bd2f5e3e06192b6 0.25 MB 635 55
281,901 281,901 00000000000000000934cd5583db858edfda6d9398e36f327438bab0e4d48687 0.24 MB 399 31
281,900 281,900 0000000000000001a71fb7b916dd22b7142399e775953fcb9bbc6e120b484d61 0.10 MB 200 36
281,899 281,899 0000000000000001cb3926ab237c973fe4bdb7aaccdf33329ccafa527d8a4be7 0.04 MB 103 42
281,898 281,898 000000000000000063c23ad6e3a238a7e42e5bdb54de0ac95a6420e49f9b93e6 0.35 MB 690 42
281,897 281,897 00000000000000008d86890ac8cbb005aec2a97ae9a1ca18dd67c4db1db07fb4 0.27 MB 656 54
281,896 281,896 00000000000000015cb8d314960db888ee3e884c05ccabdf1cfaccd02b57942b 0.24 MB 573 61
281,895 281,895 000000000000000259291549530bab23063667dbca6f3d95ffba8d8386d9adf4 0.05 MB 81 16
281,894 281,894 0000000000000001f943e0acb7cbe73a832f111d57d2fa211d4a87b45591c387 0.12 MB 256 40
281,893 281,893 0000000000000001f3d881cf738d00028f23068b8652164d7f1f67e13cb6de1b 0.33 MB 514 27
281,892 281,892 000000000000000234b56b0a7ab5bf155264d554b788193c422c7362061fb54e 0.25 MB 639 54
281,891 281,891 0000000000000001f0399f683adb7526b442e9ffb83230454296018f3ec263eb 0.25 MB 619 31
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.