Memory Pool Memory Pool Refreshing

15,012 transactions
12.15 vMB
Show Random Selection Loading Transactions
Max Size: 65/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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
887,107 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 4,219 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,106 (521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,585 886,585 0000000000000000000035941639a6fa90a94003776881abd9414333ac6df669 2.10 MB 2,528 3
886,584 886,584 000000000000000000008d7db8f107cd355d111af277dc761ad7f8a9c26520e2 1.66 MB 3,322 5
886,583 886,583 00000000000000000001a400c47a3db698ade070b7990a4931171fbc2e6610eb 1.63 MB 2,711 3
886,582 886,582 0000000000000000000271fd73a920069d01cf9527da742636e18f982e92ad43 1.68 MB 3,923 3
886,581 886,581 00000000000000000001f3aed5cd074fb644cd35f2a8e51e8319a841a33651ad 1.55 MB 2,503 5
886,580 886,580 00000000000000000000abed979d41c436e383d3f509ca65e73fd504785a4f96 1.42 MB 3,435 9
886,579 886,579 00000000000000000001f87c8c834f1528415dd07509bd93f9203b0288e88ba8 2.31 MB 1,370 2
886,578 886,578 000000000000000000001fe122e0f56fbd7383e1a5ca94f8b1f958f8e930b708 1.71 MB 3,152 4
886,577 886,577 00000000000000000000a11986da0c0e2e9a8e19cd4a111922c1a3adba5b605a 1.55 MB 1,717 2
886,576 886,576 00000000000000000000d769626b2425391620b352f7406d54c55f9360627033 1.52 MB 1,668 2
886,575 886,575 0000000000000000000285eaf0f98aa1b6cd7a4fe267753bd756ea879dca7b46 1.97 MB 438 1
886,574 886,574 00000000000000000000a028a3b61f7af04ad7fda885c50953174ee59a67bc25 1.49 MB 2,973 3
886,573 886,573 00000000000000000001b6a7f79e036f4ea35836872ab2fe10a29d71b0f62a0e 1.45 MB 2,296 2
886,572 886,572 00000000000000000001e4c4186402b94a003891f1626682486274af66c4879a 1.43 MB 1,886 5
886,571 886,571 00000000000000000000c2100d33768223641630c1b6deda38d79fd52df92d1c 1.63 MB 3,590 4
886,570 886,570 00000000000000000001eab10d46791daa50e093d2b9d0dcaf47ffd47248c4a8 1.53 MB 3,331 3
886,569 886,569 000000000000000000001e864c23a09bd8e44605f4505cdacac2243bc07a4967 1.49 MB 3,111 5
886,568 886,568 00000000000000000000f580a7ef45269027941462c2ac2c9a6c04bc06ce10e1 1.87 MB 1,483 1
886,567 886,567 000000000000000000002c6e4adda9edb48ab5c4f395c79b8e38227bcb0916c0 2.11 MB 585 1
886,566 886,566 0000000000000000000044c1e21d915cec97cd6c8cd1ebc0c266889a5c98fec8 1.70 MB 2,037 2
886,565 886,565 0000000000000000000284b578d1309d9311afa5df6a53e5d508fd887e439c45 1.98 MB 1,035 1
Previous 10 blocks ↓
Total Size: 732.57 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: 2,809.94 GB sent, 123.82 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.