Memory Pool Memory Pool Refreshing

17,138 transactions
5.71 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,911 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (112,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,587 795,587 0000000000000000000019a19069cf601e98648bef1a4eb7ee86a92c8838c00a 1.60 MB 3,217 34
795,586 795,586 0000000000000000000480235051f8d733f81619aff16a37ccda023d94e53b98 1.62 MB 3,377 47
795,585 795,585 00000000000000000002103c408f040c3623d81872e71d72e49284a3f7635e01 1.75 MB 3,619 28
795,584 795,584 000000000000000000018eddf00415e289b7cfb4197fe52830d0eec0e66561f0 1.78 MB 3,318 28
795,583 795,583 00000000000000000001bde5dbb355b11a30f000ea4cb407c2058e07be957f53 1.65 MB 2,573 34
795,582 795,582 00000000000000000005386018b10cd1cde59d6923fd918757690c004b01c4b8 1.67 MB 2,711 49
795,581 795,581 0000000000000000000178b921eb3d075e1159df9fd50dd300ced11ac892eafe 1.50 MB 2,945 47
795,580 795,580 0000000000000000000202d63efb9725fc6cbaf02fed9d12ce63222745343b56 1.58 MB 2,980 31
795,579 795,579 00000000000000000000ebb1b5a641935e6c0eb79cb5002d3e7ea5adf442b793 1.60 MB 3,631 41
795,578 795,578 000000000000000000002013389a03a6b6e331ec4dbf864fe84a08d211234604 1.58 MB 3,695 48
795,577 795,577 00000000000000000001d62b81b2516748c95b038952ef4e94f143ba1b638828 1.60 MB 3,140 43
795,576 795,576 00000000000000000001f0ddfbd7183e90d62a74aebae42218ca0de5607d6519 1.47 MB 2,647 36
795,575 795,575 00000000000000000002f28a4e79d6dd0ddda061322d1f0dc6089b60fa7e4155 1.81 MB 3,729 29
795,574 795,574 00000000000000000004e3d18f3252bbcbc962374ad34f4ccc1378d35bdbc8b0 1.36 MB 2,411 43
795,573 795,573 0000000000000000000243b00a61adb3cfd43a67dfe4fce6116788143e61e733 1.90 MB 3,322 25
795,572 795,572 0000000000000000000022fe2fbcce5dd2af36116786d4fcdc4cda5fb4a0369d 1.60 MB 3,522 41
795,571 795,571 00000000000000000003fb7aaf068ed835865ded8b07c18178dcfdd67206efc4 1.56 MB 3,328 45
795,570 795,570 00000000000000000000b4478c426224075629555f7e88c43fd94b4ddcb7fe0e 1.70 MB 3,586 40
795,569 795,569 00000000000000000001fd2f179dc6e9e88f3f2376ad107aeb18a5d57161322d 1.45 MB 3,130 26
795,568 795,568 00000000000000000003d6f6744135d5306acbbce1464e1ce4629ea0bf0e7258 1.64 MB 3,432 32
795,567 795,567 00000000000000000002c1d015ba03502851ce654f9a6539fe623350c1c9bc82 1.58 MB 3,796 37
Previous 10 blocks ↓
Total Size: 769.02 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,624.69 GB sent, 93.00 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.