Memory Pool Memory Pool Refreshing

4,833 transactions
1.48 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,052 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (15,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,748 892,748 00000000000000000001f859ddb793b8edbcde1bd582ace9bab8f04b0c1bead4 1.76 MB 4,464 2
892,747 892,747 00000000000000000002500971d6f8c6ac92c86b4b61f3b657d869fa0a6784be 1.97 MB 3,255 1
892,746 892,746 0000000000000000000099eadf8654bea5cdce5da7cc80a9e93261a198e96239 1.54 MB 2,816 1
892,745 892,745 000000000000000000009a6d03695cb2b62088f4d5b85e32183a64c5785a0d10 1.69 MB 4,438 1
892,744 892,744 0000000000000000000037db4b42d93d869dc2c9f6cdf92caf98325db6a920f3 1.65 MB 3,693 3
892,743 892,743 0000000000000000000176979775b6e24600e0b27507b9f5e18099bfc899416b 1.62 MB 3,785 4
892,742 892,742 00000000000000000001beea32da9778a9f45fd09988d967133d3ab537fc2e36 1.61 MB 2,836 3
892,741 892,741 000000000000000000013815790024ad7807a875cef040ff29c01fe3f4d9ebd1 0.94 MB 2,302 2
892,740 892,740 00000000000000000001782189b4d642aed38eeb06c14cd880eca2b1e0164346 1.04 MB 2,462 2
892,739 892,739 0000000000000000000125b37599b8b705caa39fa6f7161872cbfac2458a3d2b 0.53 MB 1,080 2
892,738 892,738 00000000000000000001918258494246dde9044efa7d40721de39a43c4f46e00 1.66 MB 3,457 3
892,737 892,737 00000000000000000001b38e7b73f553f1558ae4c5e89ef83bd39ad47dd77abc 1.00 MB 2,166 3
892,736 892,736 000000000000000000017851071143666e797ae1e136cfc237b6d0e8ba825507 0.38 MB 785 3
892,735 892,735 0000000000000000000201dfa6f193b6da8c022703ec778f21e94788096c5b02 1.01 MB 1,550 3
892,734 892,734 0000000000000000000176c24d37b8ac9fa86b407e10ec6cfa12aaff1bdb1e8d 0.83 MB 1,475 1
892,733 892,733 000000000000000000012ca1294ca3531d26e9685d12d92ce8c6f0e96e341df8 1.66 MB 3,321 2
892,732 892,732 00000000000000000000d18bf0958e238e9d1835d8c821894755bd9654e2f911 1.57 MB 3,207 4
892,731 892,731 00000000000000000001874c69ad40644185e6fa645cde7bd2a421b6de785ca7 1.42 MB 3,562 1
892,730 892,730 000000000000000000011c2908e5b823ce4e09576736ddabdc5c9e7b93f95d7a 1.81 MB 3,664 2
892,729 892,729 000000000000000000020cf57415a232bacf7cda21d887d5095a4e1c78c29ce0 1.46 MB 2,549 1
892,728 892,728 00000000000000000000014652801dee65d2f28912fe83e45c8eb8178dce88f3 1.65 MB 2,975 3
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.