Memory Pool Memory Pool Refreshing

6,422 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,088 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (656,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,471 251,471 00000000000000676b7f0dfab3cd32c6c3febfcf345fb287725871ce58a54c2c 0.04 MB 128 170
251,470 251,470 000000000000006190f8a164a2603b774ff09169b3418ddb8ec00ebdaa0f0147 0.04 MB 100 107
251,469 251,469 000000000000006e85d40876c36320e1170a6f81c5c3b1e2e304d514bcc718bd 0.01 MB 10 40
251,468 251,468 0000000000000046644490ebb161e81f2ae0197c8e789e0a653b8cdfb0e8df66 0.11 MB 278 117
251,467 251,467 000000000000000350982dca78f91657071fd72424edcef404f72b9d922f8265 0.10 MB 228 119
251,466 251,466 0000000000000071390b1649029db5bf06d91d336d72eb427c857c09432a7701 0.02 MB 45 104
251,465 251,465 000000000000002d01ea30028661afbcea6e120d3d28e82389b77f2a2b7766af 0.01 MB 40 91
251,464 251,464 0000000000000012d92d37ad4aa13cdcbff8a227cf839f54c7af7d109a8c9479 0.01 MB 29 169
251,463 251,463 000000000000001836939f2b5b30e7ada4616ebb83a1246df6eb0edf06a95814 0.04 MB 83 103
251,462 251,462 0000000000000028194a41532e8eb27d7180dee7425eda78fa22fe017da86440 0.05 MB 123 172
251,461 251,461 00000000000000096d255cbaa27ce137120e8a6a263798a86c0fd3a48a07039a 0.14 MB 263 70
251,460 251,460 00000000000000392fc1ade3cf8dc0bd42c468ca355dbde27380dce0d441552c 0.01 MB 29 99
251,459 251,459 000000000000000bb081b89a559c59fba5ba46f0d2e1a6b19c98d7c871d8d2cd 0.00 MB 7 155
251,458 251,458 00000000000000001a956b37c9e81414c43086acd14ec1c0e32fd3ff995efc6b 0.15 MB 319 119
251,457 251,457 0000000000000004601048435d9da329884f4808b177658357541f37b0bb740e 0.10 MB 226 128
251,456 251,456 000000000000004e3db41ce2b4c3ad702f3ce33ce53d26d52b0092723aa9ccb1 0.05 MB 139 168
251,455 251,455 00000000000000059b548eb1331bf182868dd614891e0fec1aa48a7db3a195a5 0.01 MB 21 136
251,454 251,454 000000000000000eae3348e26b2f51ea6ad1389a6fbf89036a6930a5705eb1cf 0.13 MB 218 101
251,453 251,453 0000000000000036b2ac0b507f5f9052fd66c04fa7a0b0bdf3dded5fcda052fc 0.13 MB 282 124
251,452 251,452 000000000000001cac6c145e31f9dcdce1c7e87c7bf1641259f2feaffb5c3e5b 0.01 MB 14 35
251,451 251,451 0000000000000012f203a2160fd1a292f0396427530ece2ae9172b81aa49417f 0.04 MB 88 136
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.