Memory Pool Memory Pool Refreshing

2,202 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,179 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (376,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
531,703 531,703 0000000000000000001bc5033b1dc8a2f058fb2bfe141c71dae40d60894f3b62 1.89 MB 767 4
531,702 531,702 0000000000000000002f9b787c0f4d17203a80f888d041fb43084ba4a00bd865 1.16 MB 2,501 21
531,701 531,701 0000000000000000001ed2bbb73bb13b603670900e4850f325b6c617f50cac69 2.03 MB 476 4
531,700 531,700 00000000000000000001882cf2c57dbda2aac10ab66a14df6ebba358ecc3e5fd 2.07 MB 475 3
531,699 531,699 0000000000000000001be8abe002568f99937fa5e41fa9514dde6b5f319ed955 1.50 MB 1,954 17
531,698 531,698 0000000000000000002d8b5362a40acdf6ba5e6f661d0267ead4f4d58fdcaf47 1.15 MB 419 1
531,697 531,697 0000000000000000000319cba1aadf18d30a843287c8ba38a4cb86e0613c3056 1.16 MB 2,979 30
531,696 531,696 0000000000000000000fb6cd4e83760e6c270d03872ccf86bb25328747ae4abf 1.35 MB 372 2
531,695 531,695 00000000000000000018666cc44c4c3a685cc3ab6a32c382a8b6a95656df6c6e 1.04 MB 829 17
531,694 531,694 000000000000000000184218f5ec5c9439513bba12856e18e57c4244e7e85496 1.06 MB 870 6
531,693 531,693 0000000000000000002770cf87b4e9b4db5d1b7e580b55c47a922ccd6c2f94ed 1.05 MB 826 7
531,692 531,692 000000000000000000200ddcf346d4739afc116d440437d758c0245b2d3d4e42 1.04 MB 882 7
531,691 531,691 000000000000000000212b0c827a5cbfda6543a7c0418b43c3667fc63db0d743 1.13 MB 1,540 15
531,690 531,690 000000000000000000295836a4174ff621efe2e886ff9e2acc0ec7d4ca8faf02 1.10 MB 1,694 17
531,689 531,689 0000000000000000001222cb01f5d06265d86e26839dbba487ffe9e7d9b52262 1.06 MB 874 6
531,688 531,688 0000000000000000001d4757148ef6b9ccb41760dabd74157564b6331e8c34c0 1.31 MB 1,208 11
531,687 531,687 000000000000000000323c6284e055848085e7a378c61f8b77d61cba992442f1 1.47 MB 1,115 7
531,686 531,686 000000000000000000014ddf5e78addc651cfec588e4f4246480f945c725192b 1.39 MB 566 4
531,685 531,685 00000000000000000022a8e43c89ff2deee80c775f2fc43c48ea5aae16f67889 1.02 MB 116 2
531,684 531,684 000000000000000000280e9b139ffde061b322c31aa33138b09903d828c8d80d 1.00 MB 140 1
531,683 531,683 0000000000000000000760d96c9ad93104e938f57e80f9c9d60918ef78f7924b 1.13 MB 1,905 17
Previous 10 blocks ↓
Total Size: 769.38 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,644.15 GB sent, 94.85 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.