Memory Pool Memory Pool Refreshing

11,950 transactions
4.51 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
5 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
899,816 0000000000000000000237740000000000000000000000000000000000000000 ago 1.00 vMB 3,760 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,815 (3,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,943 895,943 000000000000000000016cbb854f3419b3b9018ec404bd87f0a1305ebfeee4d6 1.60 MB 1,532 2
895,942 895,942 00000000000000000001c22a464b6e3fd40803a1924ea6de76f7047b2e3f7028 1.66 MB 3,212 4
895,941 895,941 00000000000000000000e4eb52e4f378e86ee95f068516dee467decb140c08aa 1.64 MB 3,595 7
895,940 895,940 00000000000000000001d09e3c78d1a23545cb31010ccdd8d3e28bf821ab5638 1.70 MB 3,051 4
895,939 895,939 00000000000000000000ab601e7cc1a31ddf73f03e6906984259c800cf85dba3 1.60 MB 2,486 5
895,938 895,938 000000000000000000008f38af8e448de1ba08831835a0e5a91acc1466025f36 1.57 MB 3,433 7
895,937 895,937 0000000000000000000173dec2a0bb9a42081e69cadd2c0ecfaa522ca4aaea18 1.59 MB 3,956 6
895,936 895,936 00000000000000000001895d8514125908f5bf652470c9ca888288d7db9039a4 1.68 MB 3,066 4
895,935 895,935 000000000000000000014e963f9742001baad962699c60d03a86546fb8674af5 1.66 MB 3,186 6
895,934 895,934 0000000000000000000030c0f0c7b63a3ce8f826024a667b56050112e39c568c 1.55 MB 3,465 6
895,933 895,933 00000000000000000001bdb993b56d1cf21df96be67e38b157312158a1c87043 1.52 MB 2,680 4
895,932 895,932 0000000000000000000182f350457b9d3b07643368f9ef0ca8a19178d87f920d 1.08 MB 398 4
895,931 895,931 0000000000000000000053a242d524023d3102b0ff620403d8aab48717edcc52 1.42 MB 2,505 6
895,930 895,930 00000000000000000001e9f527a235fb94b313c6ba299d76cb4d87372be27ae6 1.21 MB 1,327 5
895,929 895,929 0000000000000000000211af89c934025cd9f8f0685518ab25fd9d1fb4040299 1.39 MB 2,529 7
895,928 895,928 0000000000000000000166e13e4acf324ad594b490c1c8f918059333d4263247 1.10 MB 683 5
895,927 895,927 00000000000000000000d323ed7860ba62be9f6e5a91838b2be813d7e610fdcd 1.50 MB 2,651 7
895,926 895,926 000000000000000000015d2b9106402faba1ee41b2d64d2f24ed5e9eec310822 1.31 MB 1,325 5
895,925 895,925 00000000000000000000ced439f0708c50d0fc15819b7abde2fc1b1787988d2e 1.36 MB 2,375 6
895,924 895,924 00000000000000000000a559d4e8ab46dcc557002a59dec833ece70cd2323a30 1.55 MB 2,432 2
895,923 895,923 000000000000000000017a69546775594c4a7bd4bef30c68b9506d2aa2845697 1.59 MB 2,968 5
Previous 10 blocks ↓
Total Size: 755.68 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: 533.76 GB sent, 26.83 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.