Memory Pool Memory Pool Refreshing

54,425 transactions
31.07 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
16 sats/vbyte 2
14 sats/vbyte 3
10 sats/vbyte 6
5 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,645 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,457 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,644 (49 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,595 875,595 00000000000000000000c38ecdb6e28c4b906099e324695afa40c02166fabd5f 1.40 MB 1,318 6
875,594 875,594 00000000000000000001645188474f80cda87cc717f1fa65f70f6713f3e2a1f4 1.41 MB 2,072 6
875,593 875,593 000000000000000000024ac09fc2a0e0f2bb99e606b1d3a8d7e7dce038bd3e1d 1.49 MB 2,757 12
875,592 875,592 000000000000000000024282200989a258ad56e8f1e8c994805cf83b478141b7 1.74 MB 2,637 6
875,591 875,591 0000000000000000000296f3070ad5f3666f146cd3c401c595b3daab4136c412 1.57 MB 2,562 10
875,590 875,590 0000000000000000000274dfd1a0a38f8129775481b1faf6667f7a352827cf8f 1.49 MB 3,148 11
875,589 875,589 00000000000000000000d9940eb168eb3de849ee1d55da2b15f79db911cbd12c 1.49 MB 2,766 12
875,588 875,588 00000000000000000001ba9c1c8694b210ca236ac098375fad4b9b7c5c846634 1.47 MB 2,972 17
875,587 875,587 000000000000000000013fe60614287ea31447443c3c1b4796c5d027283f2946 1.68 MB 3,595 8
875,586 875,586 000000000000000000025910b00859ed811ddf0e0e68f84c4a831d5140cb929c 1.35 MB 2,287 21
875,585 875,585 000000000000000000009690abb1ab30af5fb5453bd0c8416fbe4811c3917536 1.61 MB 3,032 9
875,584 875,584 0000000000000000000024f2e2b01518668996b26df4c4183c5e050e12956ac4 1.49 MB 3,268 11
875,583 875,583 00000000000000000000a74caa614cd892edc4769c58c118b0aa809867174e74 1.39 MB 2,878 17
875,582 875,582 00000000000000000000478200c98e450c67e6e2fb83827ace946d8351634e8e 1.30 MB 1,701 6
875,581 875,581 00000000000000000000beb9426064526da612fb3a8e55587bdd214453d9da9f 1.57 MB 3,481 10
875,580 875,580 000000000000000000025fbac6290df328cb142936aeaa5a3521d24bf21d796b 1.38 MB 1,661 4
875,579 875,579 0000000000000000000243bbe17ab629167fcd29bd3d928d858633adfa2b83ed 1.34 MB 1,652 5
875,578 875,578 000000000000000000021b173a0c9ea7f753227534b8a9602c580f1af0e6a9b5 1.43 MB 2,838 11
875,577 875,577 000000000000000000026a297d81d44949a27d17ee50a8d8594be94e96879094 1.27 MB 1,670 6
875,576 875,576 0000000000000000000053816e877533246fe90c1089b47e04c7aca30c8c3d31 1.54 MB 2,934 11
875,575 875,575 00000000000000000002169be205e3ba9c14b4d8ead578a180d90e873983f884 1.24 MB 963 4
Previous 10 blocks ↓
Total Size: 709.83 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: 620.38 GB sent, 11.39 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.