Memory Pool Memory Pool Refreshing

10,228 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,722 (56,295 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,427 851,427 00000000000000000001199ed7a296092ccb6caedd598435e6cccd121cb604df 1.50 MB 3,863 8
851,426 851,426 0000000000000000000187a8070d9e37110630cda75785c6d5b89eba36d89aaa 1.62 MB 3,319 12
851,425 851,425 0000000000000000000226c3dadf8052893b5aa79a250d30e90194dd69133d5c 1.19 MB 1,174 6
851,424 851,424 0000000000000000000037c2ff3eb9b8c06c5b54c3f2f2155dc8da8818def995 1.61 MB 2,423 7
851,423 851,423 0000000000000000000044fed6f2dc9a8971d81e0430e53619b1b4975b7e8dee 1.52 MB 3,142 9
851,422 851,422 00000000000000000000ae939b6a6ec73c6ad214e8c87f0929893d0da00e9e75 1.52 MB 2,551 8
851,421 851,421 00000000000000000001fdfbcfa61d5199c9775c1f0091aff1a3069a19a25b99 1.20 MB 1,701 6
851,420 851,420 0000000000000000000277e315458e14d8faba35af4b950e9d6b77cf99a51c9d 1.39 MB 2,639 9
851,419 851,419 00000000000000000002d8a28199a99bbc8fbdddadf8e66ff4ae84a7e42dfb92 1.44 MB 2,165 8
851,418 851,418 0000000000000000000307e8265d15ab63b627e613c35e9972dc967d93bae9e9 1.27 MB 2,831 5
851,417 851,417 00000000000000000001bb20248c64312ba2e3656a5c15434b5130319ca0ccbc 1.21 MB 1,265 6
851,416 851,416 0000000000000000000278eb2ecfdd4e162c8f57164dc4ce47a1c8bd1e5bc119 1.87 MB 3,047 10
851,415 851,415 0000000000000000000201a301e8de352772067277829d5040a1b762d07dd780 1.45 MB 3,090 10
851,414 851,414 00000000000000000001fe5b686f489b96245b551cb29d3209c14501923342aa 1.59 MB 2,108 8
851,413 851,413 00000000000000000000da8003de0c130ec1d589dd9d0998b68e0c36b3212f83 1.48 MB 3,322 8
851,412 851,412 000000000000000000028248dcac061a7dcf69a953e0ca73132700ce8cc76bb8 1.74 MB 5,264 6
851,411 851,411 00000000000000000000345bf3097741a9fe7238752e28d7a99d9b511e29e009 1.38 MB 2,108 8
851,410 851,410 000000000000000000009ed8829f6b53a5add0b90b21fc9ed26af930e267628b 1.55 MB 3,758 13
851,409 851,409 00000000000000000001acde46363ea11665791c56af6415ca14ab6a6526903e 1.57 MB 7,050 5
851,408 851,408 000000000000000000031d8b0c9c397ec0c8a25c707c3c2349971b68926e8ce7 1.50 MB 3,103 8
851,407 851,407 000000000000000000001ac26fd922959157f3241b55bd5ebb528c4b8f36016a 1.40 MB 2,015 12
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.80 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.