Memory Pool Memory Pool Refreshing

4,007 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (621,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,706 286,706 00000000000000004c238ce85618caf8c398dcd64ffc88c37dcd53021cd63e1e 0.16 MB 216 24
286,705 286,705 0000000000000000bc4dc4eb83fc7b793496de23680b270b240d41cc7bb785da 0.35 MB 327 11
286,704 286,704 0000000000000001046be46fcd9652eb5c47d2e6ac7659c4f43f36608b11981b 0.10 MB 167 29
286,703 286,703 0000000000000000ece46522eab168e3ad14cb8384d312597dff1ad258cd52ea 0.25 MB 143 13
286,702 286,702 00000000000000002ac5e61c33f178c42b3fb9e5ca132bf784abe7d9299897fb 0.35 MB 816 40
286,701 286,701 0000000000000000e876078ed61b13cc88ae370c4f5695dd87cc4ccc054b3cad 0.03 MB 18 3
286,700 286,700 000000000000000001c896b7944645b1b95ed65ef47e934bc59ca0aa7d0d4ef7 0.20 MB 409 34
286,699 286,699 0000000000000000c5fee431e6de832bb4e9b2ca22519e46e706e4a30466e8d0 0.11 MB 168 21
286,698 286,698 00000000000000014371e6321249b6a9143994cbf7fd5c0027e9608969644a76 0.34 MB 565 27
286,697 286,697 00000000000000006eac766b89d3a0259dea10a3db5366a73fda85b9a7108fb5 0.17 MB 74 13
286,696 286,696 0000000000000000f67bdc65eba58a528bf05b509c52105e16d7ac462ac5b3b5 0.50 MB 1,184 40
286,695 286,695 000000000000000127174fd8afe3a266646774edf452fe079bda3dada106e028 0.56 MB 576 17
286,694 286,694 0000000000000000d0d26ffc199953e5446560fcb7b409341e22d813f4c2d3bf 0.25 MB 749 52
286,693 286,693 0000000000000000e2d053f6a1e2bb344d91dd4157be6ec85a9c9069d3597500 0.38 MB 582 29
286,692 286,692 00000000000000012d76a692d1b8a777700b08ef641f48c816e95cc712806a0b 0.03 MB 10 0
286,691 286,691 0000000000000000e607be3c3d391495bb65a770f6675ca8c9a6d4951b0fac64 0.06 MB 59 16
286,690 286,690 00000000000000012d05e02fa00167a3dc80714522c7e07844d6e8f10628c295 0.00 MB 1 0
286,689 286,689 00000000000000011e6d5c7ab5277f394ba39c0d52cb1fa5a66629bdfea349fd 0.24 MB 443 40
286,688 286,688 0000000000000000ed2c040a8689534b592158bffde515c9e47b4b1538d79f1e 0.05 MB 48 26
286,687 286,687 000000000000000141a38eb07f7472158ab893871ffeb3a45824d1f9eff347a4 0.09 MB 96 24
286,686 286,686 00000000000000013eb486c3cda2a4e2b870c307c204a3c7678b3738822dfb2d 0.35 MB 617 24
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.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.