Memory Pool Memory Pool Refreshing

745 transactions
0.21 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,651 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 725 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,650 (851,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,782 56,782 000000000be5dab7207cbd2c9ff77bd0c74884b17583682374a6f9fd49a1eaae 0.00 MB 8 0
56,781 56,781 000000000a0d82a5cd0f862607b0e80dba27bb29a5c453581b182cf9edaf8f41 0.00 MB 3 0
56,780 56,780 000000001294acfbd3dc803d873b5f0d4b97d2c527819d5712f0404d5c3e4f97 0.00 MB 2 0
56,779 56,779 000000000eaf345fbba8849cdf01ffd0217b1a1aeaed099e7a61f5eb3e695de8 0.00 MB 4 0
56,778 56,778 000000000a1452fd65bdf88510ceaeb8786163ec7e2887081d9fe945d0dee91b 0.00 MB 1 0
56,777 56,777 00000000157f90079f62a3734fca927e4062bbc77dc08ec5bcf7a4a1c313c3ca 0.00 MB 1 0
56,776 56,776 0000000014e4356281c62c3b1a0fd27843327372227f934e1df6c72d19f0d622 0.00 MB 2 0
56,775 56,775 000000000629bd83ec1ac536a46cb0162b62ff71a2048888d57cc1de91ff0fc9 0.00 MB 1 0
56,774 56,774 0000000000b48c2e90b5c9154641c87a3d39a63d35b1472626a914f5384f9165 0.00 MB 1 0
56,773 56,773 0000000001ea2e2d3351e4922a293db2122b0ef3446fee3d0816fd1a92415344 0.00 MB 1 0
56,772 56,772 000000000eb2172517193f1fb853bbda797f381f5f206cfe157fc31349debeb7 0.00 MB 1 0
56,771 56,771 000000000fec45ba2c5b5eecdb3b7b413c654b71ad5a02c976712c90bcbfdb10 0.00 MB 1 0
56,770 56,770 000000000a69199557febc03809b3b96da077e5a9d7a89cedf0525df5cff6e60 0.00 MB 1 0
56,769 56,769 0000000007845aea02e2632bd180d8093c6c12d5a79f334138fc39eab893d5b8 0.00 MB 1 0
56,768 56,768 00000000126d03b9b6ff61e2292309f7e6afcd61b09735ae86332d5351a550a8 0.00 MB 1 0
56,767 56,767 000000000c3f240f29ba033093890aa1ff3aa8b453a2a1fe1add7b3a03a18c1b 0.00 MB 1 0
56,766 56,766 000000000aabb9cce22d68267955e706f35a279ab60168fc890c47c3c5d49876 0.00 MB 1 0
56,765 56,765 0000000004035ecf6d7b41e4baa911db1af881b41d685bc041bebccd7afdbd3d 0.00 MB 1 0
56,764 56,764 0000000005ca99dab9921baa45e556850932cc49d788aebca2d6a0380e38e497 0.00 MB 1 0
56,763 56,763 000000001252def05d4c4a0e38983a58675aed1869d4dc1366d592c317397113 0.00 MB 1 0
56,762 56,762 0000000000f6f49d1ef7687526ee5735e5afe75de9f513e0958f118295b0ef91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.45 GB sent, 101.45 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.