Memory Pool Memory Pool Refreshing

8,458 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (636,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
271,179 271,179 000000000000000208747b0ff742c327ebb4471b1430eefc90a8b70ac5934917 0.08 MB 158 35
271,178 271,178 0000000000000000ba471db57776a48e4b1759f0e24cc510d0c1852383d02454 0.34 MB 566 47
271,177 271,177 0000000000000002cf64295eeaeb5768b6d4a8aa2b000ff892bf3b278598b783 0.25 MB 479 43
271,176 271,176 0000000000000005d8d80cd37cdfcec5dc8c9f9185bb1d146f07fa08796fdc35 0.13 MB 236 56
271,175 271,175 00000000000000067ab041bd85de3a616778f09d0ae5f68d80cacf7bfe3bc95c 0.05 MB 86 42
271,174 271,174 00000000000000007aa501c8256d07993987c9cc347b8ced8a953e9dd0939983 0.19 MB 425 63
271,173 271,173 0000000000000003dcd6648d625d66f41ee6fc2075abcea0b01e8752b63d30d6 0.05 MB 61 38
271,172 271,172 0000000000000000a431b877c2596c23318ae7cf4f3e64ff044fd108de758dea 0.04 MB 120 73
271,171 271,171 0000000000000003d4b96520d7b00c6eeb87bba99451d5046c16c6812a385ed3 0.10 MB 245 57
271,170 271,170 0000000000000001688c155eb12cbe95d9fabcdb8fbf9868318f0156aa3229e0 0.05 MB 127 54
271,169 271,169 000000000000000021cf7bcc412b3de621f78021a037dacfaf3c6dcb77783599 0.04 MB 86 60
271,168 271,168 000000000000000352b4432016ae3aced4497bcb73481457204d3cc04ff0f0e2 0.13 MB 318 49
271,167 271,167 0000000000000003b2250780693416b2d707ae92e5b2db4a96b42f448c2e7dc2 0.02 MB 19 20
271,166 271,166 0000000000000002ea9e498b2d87fb6a7ca6b1c5728edd14e976e59c9182e8c9 0.37 MB 719 35
271,165 271,165 00000000000000059ebf520953a0d8bb213d6deb1c125361971ad84f3cf45d85 0.25 MB 642 77
271,164 271,164 00000000000000022cd09b802d9a6e8a69ed82e9cf447433a346172bb8ccb372 0.02 MB 67 82
271,163 271,163 00000000000000009548b5482b17a496dca1aa1a737615ddca4fd7ae36633c38 0.18 MB 425 56
271,162 271,162 0000000000000004e261281b80bc9cb7fb484b667b02a966a93175e0e772214d 0.00 MB 10 36
271,161 271,161 000000000000000620b40d48022c3ef93f6b3bb6ff3face96ea9cbf92554f8f0 0.27 MB 547 24
271,160 271,160 000000000000000483075fc1a1b41db0551d994156bea197fa9e9f062fe35f9d 0.06 MB 125 44
271,159 271,159 0000000000000000db6cd0462e90a3f35bcf908ad12015dc2885dac512ec36c7 0.10 MB 212 63
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.