Memory Pool Memory Pool Refreshing

9,840 transactions
9.49 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
898,666 0000000000000000000250490000000000000000000000000000000000000000 ago 1.00 vMB 2,237 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 898,665 (779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,886 897,886 000000000000000000009c134dc5f6a17b5cc793ba4b7cbf2533ab8b8734ae66 1.47 MB 2,280 4
897,885 897,885 000000000000000000010e1e8ca61a821ccab0acb2669727bd3d7852a6998ed9 1.80 MB 1,524 1
897,884 897,884 00000000000000000002350a0a17518105c42d3ddb735069f3f015de3f8c6dae 1.60 MB 2,880 3
897,883 897,883 00000000000000000000ce1b2cbf227f6b6b7899a33778efc09d5d6ff04bef22 1.61 MB 3,790 7
897,882 897,882 00000000000000000001025628fda3d43600bf932871c688ae52cb2ca4df1b29 1.51 MB 2,045 2
897,881 897,881 000000000000000000016ba785ac538b3949a651975396c0f9388076fe50b146 1.65 MB 3,577 3
897,880 897,880 000000000000000000020cca7fe5e8b3460ccdb574d7718db12874b2a5a8fbf6 1.66 MB 3,513 3
897,879 897,879 000000000000000000006167a0edd7d448cff9b64b56d097a219d816370a9dec 1.65 MB 3,546 4
897,878 897,878 000000000000000000004888e407d5fa7531e6f7c70679d1820c6fcfd2dcc22b 1.55 MB 3,528 4
897,877 897,877 000000000000000000007f380c0123f26fd13528b635a8befad46685ff454558 1.61 MB 2,944 8
897,876 897,876 00000000000000000000c92e337ba4c03e9d218d952458283741c6dc1df7145a 1.38 MB 427 2
897,875 897,875 0000000000000000000232fc651857e33f38a5c9b106e1592b7641bdd20115c8 1.76 MB 2,976 4
897,874 897,874 0000000000000000000182d579480e01560eaefdad60a4f89d9fa329d1f01c3b 1.56 MB 3,226 5
897,873 897,873 000000000000000000018cc157b22b0b748208c58dd1a59d88d3d69ca34f1690 1.62 MB 3,544 7
897,872 897,872 000000000000000000003076dc881940e372a6e5de2eb6056242ceaa8e820fb4 1.75 MB 3,008 3
897,871 897,871 000000000000000000014f3046a963029bda4d8cec93bc12fc08a7e4b9a7f3b6 1.59 MB 2,855 4
897,870 897,870 00000000000000000001e3746c7939ef687ff69ab212b551ca8ebf02addbcfaa 1.56 MB 3,346 8
897,869 897,869 0000000000000000000171f47a56dcc7e5ff575c1fb76a6d585f202310c6e382 1.72 MB 3,731 3
897,868 897,868 00000000000000000001afa74db1e4e27d84e3416c4393272c98bfcf85053d41 1.68 MB 3,531 7
897,867 897,867 000000000000000000020668d936ab151a62152d0fc4e8686bfc68fbc7335d3f 1.65 MB 4,371 4
897,866 897,866 00000000000000000001cc781994f1bc1c4b175141dadaf5b91dd9e4f1544dad 1.63 MB 3,358 6
Previous 10 blocks ↓
Total Size: 753.74 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: 419.45 GB sent, 18.61 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.