Memory Pool Memory Pool Refreshing

3,788 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
899,742 0000000000000000000237740000000000000000000000000000000000000000 ago 0.96 vMB 3,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 899,741 (1,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,719 898,719 00000000000000000000285d0cdd916eb1efe96b817937f47708a2ad89f70c22 1.57 MB 3,681 6
898,718 898,718 00000000000000000001f9a9a5e8bf2843dcf81224e45b41caa74477caf2d935 1.61 MB 3,942 3
898,717 898,717 000000000000000000012338064a8275899b943822c05927657a4c76108d15f3 1.69 MB 3,466 4
898,716 898,716 00000000000000000002018e2bb8131d33706a7f598fa960a9b5d6e0cf838787 1.66 MB 3,734 6
898,715 898,715 00000000000000000001183b424fd52c9ac2d8993594ff9dc080f62c82d3aea8 1.67 MB 3,720 3
898,714 898,714 00000000000000000000d789e23c16ddd929a34af190d376cae64e7204f8bcae 1.60 MB 4,692 2
898,713 898,713 00000000000000000001652047b349717f01426f48855996f54959d2ec99582a 1.26 MB 1,653 3
898,712 898,712 00000000000000000000052a8f13c7d9e5bec1fa5ec29eff94706371e1419049 1.42 MB 2,445 3
898,711 898,711 00000000000000000001d864951e34aaab8563da0a9dcd48cc6ad17740ed6379 1.53 MB 4,649 4
898,710 898,710 00000000000000000001fed1b78a8e3a9dcc397f4b3cbb5d32380c77ed78c5c0 1.47 MB 3,505 5
898,709 898,709 0000000000000000000228062981b8e5acba96ff6766178f95080b49c5279a54 1.46 MB 4,936 6
898,708 898,708 00000000000000000001b4bfdf0e20c272515c043fb16edb62230785ec7a9898 1.52 MB 4,550 4
898,707 898,707 00000000000000000000c11b7bb176bf29a00cc3d0492923923eb9713821d1b7 1.70 MB 3,875 1
898,706 898,706 00000000000000000001fd1d9540f2d7a95a3c01aaa35d7dee5291c990c3b963 1.87 MB 1,084 1
898,705 898,705 000000000000000000008d4bb4b5f1059654a413f37403b6b5d7811ad2891f89 1.61 MB 3,275 2
898,704 898,704 00000000000000000000d5c6af697626f238e879ac6cc822b7f7672a59d94f58 1.57 MB 3,052 3
898,703 898,703 000000000000000000012b697c26626fa766bd113397263aebec6cfa5fb4f47e 1.93 MB 802 1
898,702 898,702 00000000000000000000e392d49fec78457a6a5731a5cca0fb50011fd137d575 1.72 MB 2,120 1
898,701 898,701 000000000000000000015381ef7f89fd2bfe2b7d10b37c026163729a87b187e3 1.22 MB 1,462 3
898,700 898,700 000000000000000000019c6fba8e0e48cf3af91120d3d0e98c24f1e311c12d77 1.56 MB 2,150 4
898,699 898,699 000000000000000000011fb3e2add707b856693f4fe7acba0086c19906d75731 1.63 MB 3,504 5
Previous 10 blocks ↓
Total Size: 755.53 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: 528.34 GB sent, 26.19 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.