Memory Pool Memory Pool Refreshing

1,486 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,477 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (483,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
424,685 424,685 0000000000000000019f13abb93ca75452ba71f92f8e229e6e395997c6d271a8 1.00 MB 2,856 73
424,684 424,684 0000000000000000001e560bb5ac3b48221dce5d1a270168638bfac3b9422d5a 1.00 MB 1,847 66
424,683 424,683 0000000000000000008c4d179cf8678e1999a4188d3eb38adc08d6b0246cd862 1.00 MB 2,438 80
424,682 424,682 0000000000000000008d794fbd79c424e33a4cd2f591d3d11b1ce9e39d717a36 1.00 MB 2,560 75
424,681 424,681 00000000000000000529ccf65eeb9a78d28efb17c6bb09b6a83ee064e46fadf2 1.00 MB 2,723 95
424,680 424,680 000000000000000000d2a7436e6467a2515143ec9cb2d334d9b5e176e874bc3a 1.00 MB 3,157 137
424,679 424,679 000000000000000004d6d308be9d11fbed8f4c6951e38f0e775994402d6cab73 0.11 MB 294 64
424,678 424,678 0000000000000000023b370ec68c94a0ad16e7dc9240500851ef8d8637aa87fa 1.00 MB 1,774 49
424,677 424,677 00000000000000000322c3c2b8a58755d9e9b51150e7dc3bcfe0f3838e81a5a6 0.89 MB 2,228 68
424,676 424,676 000000000000000000367ac51771b9886b129fe579f5fcb940b2a2e0c0f5a6e5 0.92 MB 2,241 63
424,675 424,675 000000000000000000212028fcab66335be548fa14f8ef0616c9d95f1c2f9eb5 0.35 MB 828 140
424,674 424,674 000000000000000005438dfcd2729b6389433a864fdd37f22657acf0604848ce 0.04 MB 49 51
424,673 424,673 000000000000000000b5fd0e1bfe25852d216b149470170616d4419e65f5e02d 0.72 MB 1,564 58
424,672 424,672 000000000000000003fb1a8edf895df270f3dc13a5656b23cf9b512c4e9cf1c7 0.38 MB 854 62
424,671 424,671 00000000000000000178062a47635cfb28c1da3824a9eefe7c7288e50d72e863 0.26 MB 487 55
424,670 424,670 00000000000000000125969be5dc714573db42920a06fcf596e24fb51297f087 0.47 MB 946 68
424,669 424,669 0000000000000000039a8f085c72ce38ed21e7f7514c27089a1b3bd0d94cdebc 1.00 MB 312 10
424,668 424,668 00000000000000000150949d454d20a9cf271cf63a6fbd21b608ee231d5f526a 0.92 MB 1,582 68
424,667 424,667 000000000000000004ad6db6f466513996645d2a6451af2f3bcca8182d9f44f1 0.99 MB 1,405 36
424,666 424,666 0000000000000000039dd1769cfbaf02c40a2e927b0309b1cd7e2936828060f6 1.00 MB 1,994 69
424,665 424,665 0000000000000000018fb81baddf8f77e5ee84b59b0a281b527c62c2fbd3f555 1.00 MB 2,511 84
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.61 GB sent, 93.63 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.