Memory Pool Memory Pool Refreshing

2,544 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 2,509 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (820,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,327 87,327 00000000001e5c466aff79acbb3244b3dce72d295ad3ab92277a849f4c4a5793 0.00 MB 1 0
87,326 87,326 00000000001c1ba7b18667c499c3a655ab49f3c470131ce5b4c8d33889734551 0.01 MB 11 0
87,325 87,325 00000000001349e63f8e74a71316b7bdfdf810b8f7e0b1d351bc26037944abd0 0.00 MB 3 0
87,324 87,324 0000000000016b08427e9c0c92c9b69958b654db6b68f45131ade0ac0dd51f6b 0.00 MB 3 0
87,323 87,323 00000000000e8f4a91367edf0c75fe2f5e69a9565fd49f8ded90332e4d0eaf7a 0.00 MB 1 0
87,322 87,322 000000000011acd340a60d916f78fb238b29e962bde13d1425795b31225ab642 0.01 MB 14 0
87,321 87,321 00000000001c896179192eebe48fa8e1ec595888a793a757aadc8243b9ec7d22 0.00 MB 5 0
87,320 87,320 00000000001c84f4e4be557e7dcc787601818076a8f17837e3cef68cbd568fed 0.00 MB 4 0
87,319 87,319 00000000001992c23c02c8e78208480471ea60f2d0a0456f24f0841d91e68d1d 0.00 MB 9 0
87,318 87,318 000000000014f1976b28a235587a23a970b89a2560e09c75a9da5fb7967f4862 0.00 MB 2 0
87,317 87,317 00000000001c3cae1b56c5a412eebfbe38b74e5c6d6027dac98cf504f3c55c81 0.00 MB 3 0
87,316 87,316 0000000000186fd6cf7a5501d2e654fd50093f8f673fe2094e2dfff85910c618 0.00 MB 3 0
87,315 87,315 0000000000145ce429806f91b1cf620241d21b79c7483d232e5373a5330bb707 0.00 MB 3 0
87,314 87,314 0000000000107e9fc6918f5dafdd0bdf038ba8e5d72b1a7d86b35cae5e9b8eed 0.00 MB 7 0
87,313 87,313 00000000000c0abc0e260af93de064a690c28143dce4429a974f83905cf2be24 0.00 MB 8 0
87,312 87,312 00000000001b3f0df4ae123fd5864ab253f0585100a6325892b60d52e6900c78 0.00 MB 3 0
87,311 87,311 000000000018ff821b7e42d6d0f02f081a8cd7f51f66010c064e85303b9c93e2 0.00 MB 1 0
87,310 87,310 000000000015bd70fe1be3fbad953e4f298dddde87bfc3ba266c955a1d7991ea 0.00 MB 1 0
87,309 87,309 00000000000faafc4aa0eb96ef8f2ab1ff4680b0d81d3752cfab646155eda596 0.00 MB 13 0
87,308 87,308 00000000001824113ddbfa58baef35d9debfa286d0d5835dc906d682b9cf953a 0.00 MB 6 0
87,307 87,307 000000000012a6318aca93913536c847608a6bb32e0796b4ed30a32032d6bd78 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.44 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,645.61 GB sent, 95.12 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.