Memory Pool Memory Pool Refreshing

273 transactions
0.10 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 268 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (459,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
448,485 448,485 0000000000000000016095498c650309869c2e327ba5f4783ce6a3bfc24a8e7b 0.47 MB 892 66
448,484 448,484 000000000000000003181ee7726d1880168a81277a78046eb7e46f6f25d9a8eb 0.93 MB 1,477 54
448,483 448,483 0000000000000000032777bebc33b808cd272ce6bf15e5e4402c036619efa1b2 1.00 MB 2,369 86
448,482 448,482 00000000000000000151fb2629397dd25217a0ee484057178763d6a48603384a 1.00 MB 2,632 88
448,481 448,481 000000000000000001ce41a03dae8055bb538f9162f4d634b725e771c22b99e2 0.20 MB 525 78
448,480 448,480 000000000000000002ac1b5903d1000cec43787d15e31c2b00bbd658a55d0abd 0.82 MB 1,731 74
448,479 448,479 00000000000000000103a0b3acaf1a3f0288cd4436af9211bd85acd8bdd545ca 0.48 MB 1,317 81
448,478 448,478 000000000000000001c5e0163c7d0aeda013eeac9c357d30a4c6ff1ddbee3cda 0.48 MB 823 68
448,477 448,477 00000000000000000024a5cd314fa5a9d39a632a21f8b7c56bb5b4d7508728e8 1.00 MB 2,404 79
448,476 448,476 000000000000000002a497ea74c03a8f1f29584a8f7c43122d76e36e767e9dc7 0.52 MB 934 54
448,475 448,475 0000000000000000030431582b285fda6f109bdd51296f79db56b0a64c1ce341 1.00 MB 2,098 78
448,474 448,474 000000000000000002348e246784560fb2f2e4bee2cf76e53701797fa8354276 1.00 MB 2,361 94
448,473 448,473 000000000000000001409fad3be1a5ddde00f4ce478cae2c8938d946bb0782ec 0.34 MB 675 72
448,472 448,472 000000000000000002a05a50419153ee4d2ac9b9b3d4326da4e3e0395b4a19fa 0.08 MB 202 76
448,471 448,471 00000000000000000115513e81233c85ba6d07b520a3a32b8b0e66c844886273 0.47 MB 1,060 80
448,470 448,470 000000000000000000aec65975a7f7610fe4ba245695b62f630f2e5641902972 1.00 MB 1,117 30
448,469 448,469 0000000000000000007f97eaf4978866ffe75324f84449fa1e02e5b8a6950c64 1.00 MB 2,149 67
448,468 448,468 00000000000000000106cc9b688250f925752dc4d2367db5461eff119e3f8b90 0.99 MB 2,477 68
448,467 448,467 00000000000000000066fb82b46a131ed10aae55b166b2f5c32d270ab5615455 1.00 MB 2,567 80
448,466 448,466 000000000000000000b551af754aa3b45ab918942402a472f19437aea1c0ddc5 1.00 MB 1,770 76
448,465 448,465 000000000000000000e292611ea3c2e5b5ab31b523b45c26add0f0bd6469c82d 1.00 MB 3,031 127
Previous 10 blocks ↓
Total Size: 769.14 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,631.89 GB sent, 93.59 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.