Memory Pool Memory Pool Refreshing

1,700 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,713 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,700 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (56,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,431 851,431 00000000000000000001f9e095b358f82e5e9d8894f552808e21ad78fb543c5c 1.65 MB 5,305 8
851,430 851,430 000000000000000000024ecaea9d103d4537dc7cc66072857231c9458217c6fa 1.65 MB 3,956 8
851,429 851,429 000000000000000000006fdba3ebc66f8cbb4df9b6a18babe1e53fc2ed19789d 1.50 MB 7,653 5
851,428 851,428 0000000000000000000121907fd5ded63ef86429145fc6a6e4b25bdab92a7545 1.64 MB 7,295 5
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
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.