Memory Pool Memory Pool Refreshing

575 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 567 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (21,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
886,387 886,387 00000000000000000001d30f892e88a35abe1a46a5b01ff66585669f944b2279 1.90 MB 1,096 2
886,386 886,386 00000000000000000001e81026f999bf69d9a9ebc3410e169d1523995763a444 1.63 MB 3,476 3
886,385 886,385 00000000000000000002486a7cf70497ee8a9d72060c66d8764a2be51c0a36ae 1.42 MB 2,804 3
886,384 886,384 00000000000000000000f95120f21209dd007c587d879ab8702a2347365fd888 1.61 MB 3,404 4
886,383 886,383 000000000000000000010f955ff17a16a22991b6914a71a91847132e455614cf 2.16 MB 102 1
886,382 886,382 000000000000000000000b7aad55e5f5ad2227d3e584cc697106987c7c545198 1.99 MB 793 1
886,381 886,381 00000000000000000001b76a5fef52cfc9ebd84e6c3d4989668a98d26aa93cbf 2.14 MB 488 1
886,380 886,380 00000000000000000000aee877579766e00fdc8577ea3880afdb11a5cec85261 3.04 MB 274 1
886,379 886,379 00000000000000000001966ba3fb030cb1c1b63c841f52b4a61b305f9e91d8f8 3.02 MB 994 1
886,378 886,378 00000000000000000001c7c0b8a1a467a48b807a3b90b0b360cfe787f9cd8ad8 1.88 MB 2,766 3
886,377 886,377 0000000000000000000178d2b2c76d91464833983e1c0e1c363f97d85d4dcfab 2.58 MB 1,215 1
886,376 886,376 00000000000000000000231fbffab9cd12092d6a8430a990a68f5ca842b7a54e 1.93 MB 1,442 2
886,375 886,375 00000000000000000000b71394f334ac784f0c4351f945f9e6c22944998d71c6 1.69 MB 2,806 3
886,374 886,374 000000000000000000025ab6854db1a157cb09a677dcf5e8f10de9808e145e0e 1.88 MB 1,914 2
886,373 886,373 0000000000000000000136a5bddbd4dbbe26ae6dd08f92d8e18a66ab4c62f946 1.47 MB 2,163 2
886,372 886,372 0000000000000000000233656876c9056fc692ce63fe2d566022219bb98bfdf6 1.52 MB 2,964 5
886,371 886,371 00000000000000000000b98449d8283c9c2d13d7b0ee48a12a4595f536fcda05 1.86 MB 1,732 2
886,370 886,370 000000000000000000001b788cafdc3b3f82de25dba532dccb6518dcf38d73cb 1.99 MB 930 1
886,369 886,369 000000000000000000023d1dac05885b7edfe2d159a2ed8b578fc628b9009120 1.67 MB 3,195 4
886,368 886,368 000000000000000000013a2ff9b5fe21c53ec230eb75214ac58a745c7c738862 1.87 MB 1,215 2
886,367 886,367 00000000000000000001408120f5aff7a89371317ea4f0d9cc155904dad135ae 2.05 MB 554 2
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.