Memory Pool Memory Pool Refreshing

8,321 transactions
3.20 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (16,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,867 890,867 00000000000000000000078a8134a3d159526851e2b27c60f0f0d59ebed779c0 0.59 MB 1,624 2
890,866 890,866 00000000000000000002574ec1e942b585021b2dd2e818792f406b1bca412db6 1.62 MB 2,286 5
890,865 890,865 00000000000000000002056ca322ed9891d25fd980fe211837d1d221fa262368 1.12 MB 1,707 3
890,864 890,864 00000000000000000001068f7cd85bec3d26f75db17779ea7f6cf63081afee11 0.14 MB 80 1
890,863 890,863 000000000000000000020de9a81f6b7c6bf263c3877e4eaba0dc0e8bb515e839 0.49 MB 650 2
890,862 890,862 00000000000000000001c426637c4f9767fa4ddb14ac739f055d0ebf7b92e855 1.32 MB 2,722 3
890,861 890,861 0000000000000000000173d5f51e3e90568f54b49f2e40304cebf4fa91551371 1.67 MB 2,651 4
890,860 890,860 000000000000000000020e4d9affdf74dbc87dcc00221a6ee18f9a0596df6df6 1.50 MB 2,568 6
890,859 890,859 00000000000000000001a5bf4c161a9b44267c312d7710de6070ca0047ee64ec 1.71 MB 959 2
890,858 890,858 000000000000000000012ea4e0989d2e06d1594df3faed4bcb6c01d43d94ba32 1.65 MB 4,213 8
890,857 890,857 00000000000000000000efc4be188e9d2053681791a5c53b07ecfe8ba00f8464 0.80 MB 1,711 6
890,856 890,856 00000000000000000001479a5f21457c0e828623af3db89eb0a17dcbb7889988 1.17 MB 1,854 5
890,855 890,855 00000000000000000002203de53134c2b3eb2c0ccca37433def654c804fd6116 1.10 MB 1,819 3
890,854 890,854 00000000000000000000b62cc0eacc920bd0c4392e250418698ef901161ae317 0.76 MB 1,866 3
890,853 890,853 0000000000000000000001d7cf68950ddd621fe311a3233e5f4c7ed7cab856d9 1.41 MB 929 2
890,852 890,852 000000000000000000018f8972334453258ea504e09fd09a90865d6d9a88000e 1.69 MB 3,522 9
890,851 890,851 00000000000000000001027aed259f37423db8697aab2aad0001254c9013fd06 1.64 MB 3,029 11
890,850 890,850 00000000000000000000809e3b7560aff762177e39cbe27d71391224176c5469 1.84 MB 2,120 3
890,849 890,849 00000000000000000001e351d4ca8379f195f0e25139e73658d1175315edbc22 0.85 MB 1,805 4
890,848 890,848 00000000000000000000ca74b8a6aaf9136e67ae4599f76997f8924eacd2d63a 0.97 MB 2,417 2
890,847 890,847 000000000000000000016ffcd20f488c826bec665a5fe9be395afc0eb083a4f2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.