Memory Pool Memory Pool Refreshing

440 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,041 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 440 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,040 (394,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
513,953 513,953 000000000000000000464eeb802af2e2c8a3fdbe2c5895260b45f1e46a776b27 1.05 MB 1,432 22
513,952 513,952 00000000000000000036f35d5b63c60cf8e27c3d50f378420af70948fe5a90e5 0.92 MB 1,870 35
513,951 513,951 00000000000000000054f89e15ad54b0177721c05e309390779a0ff99aee85da 0.83 MB 1,783 44
513,950 513,950 00000000000000000000886defa84d7899356b3650ff72d6079b4e7e91442de0 0.89 MB 1,638 15
513,949 513,949 00000000000000000026ceb7a6e99123fab1b803165ac624b869744ae3d6f261 1.03 MB 838 23
513,948 513,948 0000000000000000001f217056b9044872d9ae4b19f855599b94f51967955cb7 1.00 MB 622 51
513,947 513,947 0000000000000000000988776b65a1460f2d8cf4ecd9bafb3fb4a3eb82329c61 0.99 MB 1,107 10
513,946 513,946 0000000000000000000f038d1b9dd034e3e1ad9531f905e2e565fa3e290e887d 0.71 MB 1,666 38
513,945 513,945 0000000000000000004d81d50fb2e161c606530c80040fa33e1408f8f948239c 0.26 MB 521 36
513,944 513,944 0000000000000000004e054f7c19e6647213ae4318322c755bf080878d4ec6df 0.33 MB 731 40
513,943 513,943 0000000000000000003da7f4b0f836612c63f8c54adb7fba3a110c7b27516c6f 0.42 MB 934 35
513,942 513,942 0000000000000000001fb03b16fbb74a8b15d3b24720ec87c3550c90cf9385fd 0.04 MB 123 34
513,941 513,941 00000000000000000044abd7cb4233cc57c37f8fb8d6d5485adbc6eb5b098c1b 1.12 MB 2,694 34
513,940 513,940 0000000000000000000fbf473eefcdd56f00201e70f0fc15df98a67463bd02ba 0.18 MB 376 24
513,939 513,939 00000000000000000017cff68743a3662ddafd5539362888ec61ac751cd3b3b8 0.38 MB 928 38
513,938 513,938 0000000000000000001d6d210457bd60dcc4ec5c77b3d46f8fba1315cb1c0d89 0.82 MB 1,681 34
513,937 513,937 00000000000000000017039c66a82ce9a3f977610bb43824698f004e29d10a42 0.17 MB 210 16
513,936 513,936 0000000000000000000ebd1c1eade9721f2d550f08edf17c69bd1cb1d7239cc5 0.32 MB 526 36
513,935 513,935 00000000000000000021aeade9dd36f482d33a267b9db32b9c2429305da901e4 0.94 MB 2,042 30
513,934 513,934 000000000000000000451f0b6fe65e96db2b10f0e1a76b0a338e692094eff870 0.14 MB 349 29
513,933 513,933 0000000000000000000cfc3d2d640cfb46f2e309bedf0d0b97ba81e3851d05a7 0.27 MB 622 29
Previous 10 blocks ↓
Total Size: 769.62 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,651.91 GB sent, 95.96 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.