Memory Pool Memory Pool Refreshing

7,926 transactions
3.93 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (8,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,865 898,865 00000000000000000001f208e8b167e512e5473512b77979961f951fdb0b21e9 1.62 MB 3,265 1
898,864 898,864 00000000000000000001cbd3c95fc8ae6fc509fcfd771cae21405518a55b6695 1.48 MB 2,693 1
898,863 898,863 000000000000000000009ef008856f47d59adffec9d448092dc148c3c356ea7c 1.45 MB 2,215 3
898,862 898,862 0000000000000000000041840d0fab1b0e6a8d92804653455652d70f1b04722b 1.49 MB 3,509 6
898,861 898,861 000000000000000000007d6d9cd61056a9a4da387a287a71aef05bc831c274c5 1.44 MB 2,067 3
898,860 898,860 0000000000000000000065880aeb62f2a347f440c2c7097f58b5561e61c9c6ab 1.31 MB 1,696 3
898,859 898,859 00000000000000000001fa6c04ff672edebed8da052ee25d0aa0ad786f5ffc5b 1.57 MB 3,323 5
898,858 898,858 000000000000000000017e5dd7e2cb87ad4e715db0b2c641f351468ce20a6995 1.05 MB 488 2
898,857 898,857 00000000000000000000b20c75853740b46467025eddb400e783f94e5ce1115a 1.29 MB 1,722 2
898,856 898,856 00000000000000000000d84c549b2e849baa71085149f4f31a5b8ed3e71d30b1 1.58 MB 4,129 3
898,855 898,855 0000000000000000000041cb77eb2cee7b4608ea62cfe509cb0d221f1a557680 1.46 MB 5,081 7
898,854 898,854 0000000000000000000072f31ed439ceac18f972ab50b257f3c4e0004576e42e 1.54 MB 4,388 5
898,853 898,853 00000000000000000001a6ad6f26ee7ca230c5dd5236e342d05e2ff5061be1bf 1.48 MB 4,856 8
898,852 898,852 000000000000000000016dd9f07c06f75d72931a8f638fa4eb054e9bff46ea70 1.49 MB 4,628 5
898,851 898,851 00000000000000000000684ca8d5838a4e9003072ee3f8dc5c150ff1546ffe1a 1.57 MB 4,220 5
898,850 898,850 00000000000000000000bf4abdfc5cc3bc6cb1ccbff9ab953ed2f7a8d97d7771 1.39 MB 4,428 3
898,849 898,849 000000000000000000009e9d5f05af852df519c3e0f09067b6f98065f5a9ba14 1.54 MB 3,987 5
898,848 898,848 0000000000000000000167eb64dfe255ca326faec3a06d11a7c63bc6024ee9ce 1.37 MB 3,434 3
898,847 898,847 00000000000000000000316c2af8fd7902adeb45c6abfc3b93cf337ef5ce90d2 1.06 MB 1,764 4
898,846 898,846 0000000000000000000223a027c7101429c57fde11059de7a8966b4561a61c04 1.47 MB 3,424 4
898,845 898,845 00000000000000000000008b79ba7862bd8885a557e6b5b88d1ac2044bfb400a 1.29 MB 2,351 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.