Memory Pool Memory Pool Refreshing

10,101 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,579 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,544 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (824,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,071 84,071 0000000000216e99e745110c4b031e95008977a97cde28de66dd8a904fc821da 0.00 MB 4 0
84,070 84,070 00000000000d20256de06357149f9ffc0066dd8d39e3b22e51feb8742528ffe8 0.00 MB 4 0
84,069 84,069 00000000002de1c7b7c93ce455564de3786edcd41430fb401560a67b33b7841a 0.00 MB 1 0
84,068 84,068 00000000001472c1a4a48e390c416860f11e30ba71d5e35ae5e678b86edfbf79 0.00 MB 1 0
84,067 84,067 00000000000201cd3b9e286f1e56c1a5bdcf00d9c26ddcd84fed7a203364c494 0.00 MB 2 0
84,066 84,066 000000000009472146d035bad98f1aa9bf21788f874a3f94815d09594855d64b 0.00 MB 5 0
84,065 84,065 00000000000b394aae37d244e451706008e83fd9f58192fd2c0bd0fbd0914ea0 0.00 MB 8 0
84,064 84,064 000000000021015e5f66f41372764a2d24c5d6cb0cdb2880fdb04b721a0a6b73 0.00 MB 2 0
84,063 84,063 00000000002ab2fcd8d26ebfabb39c08f4f66ca07bb27c3e6d70007db9fe63e3 0.00 MB 1 0
84,062 84,062 0000000000094d8d6fea151e38c8e6b6ec6bfe62aa9c1f053285e060dea6ab0c 0.00 MB 1 0
84,061 84,061 000000000015adc73ed32aa8e78996cc389a69bb24cec9c69a4ff2d34c235a59 0.00 MB 1 0
84,060 84,060 00000000000243a1d3c370ff462b6b2bc74f2ead52ddd5da87981a2da19dc696 0.00 MB 3 0
84,059 84,059 0000000000260bf7596808fb222370d805032256ac6dc512dfa45d1ac37f90d2 0.00 MB 4 0
84,058 84,058 00000000002f7ae117b3b7b2912565de6640ac56124b72788f1602e2968db3cd 0.00 MB 3 0
84,057 84,057 000000000006b6bfd01afa2e4c5bf5e9095a69313c30d3f1fb16adab4f565904 0.00 MB 3 0
84,056 84,056 000000000012fc7e906523128df8ab168f4b741c222fd6b7cfdfb54c67d3b7ad 0.00 MB 3 0
84,055 84,055 00000000001381701004242fb6f03aadfb06682591fb31043c83383a9eca1a1f 0.00 MB 1 0
84,054 84,054 00000000000f009954d339ed6dc965dda906757f03114fcbf223d29f99d9b6b6 0.00 MB 4 0
84,053 84,053 000000000010b2fe78f609d5210a2b3ad01db7ddb898891e939e3d680adf09a7 0.00 MB 2 0
84,052 84,052 00000000002f91521c70eab5c748d4699f67d09d0775b2930d570107429ca864 0.00 MB 1 0
84,051 84,051 000000000015ec211e4cb173ac7433667711da710b89142c0fdfa68968df18bd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.73 GB sent, 100.87 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.