Memory Pool Memory Pool Refreshing

5,653 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,086 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (720,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,465 187,465 00000000000005ce8f7d5e68ee2f84caa2d96ef79a67895a5ca2e77afb7f677d 0.01 MB 17 89
187,464 187,464 000000000000028471e4bb4dfe071a4f04351e9bc66e9938afd0023eca71adaa 0.01 MB 22 112
187,463 187,463 00000000000009b553279cf545ad48659a440e4ebd70f8c69083dc661a093c7d 0.01 MB 32 80
187,462 187,462 00000000000004e9da8a543878422f8f8ea89ae645345be28365b0b312498da6 0.20 MB 526 134
187,461 187,461 0000000000000917ad42e14c479f72ceaccb26d17f182ac33959488d0a216507 0.01 MB 32 142
187,460 187,460 0000000000000441c576d019981b5bcb030e67bbdbaef822c1869d271f772f52 0.02 MB 83 2
187,459 187,459 000000000000052aabbd590b7f84f6374a0e676ddcc3605d44ea46d5f98b7441 0.01 MB 24 101
187,458 187,458 00000000000001a1e50104922d1f5000c15d313985af1e7c0bafd678d4c790ec 0.02 MB 64 99
187,457 187,457 00000000000004c7525a2e7bd5b3c66c31a9fc6ef9e73f4650cb7c9fa6244c52 0.12 MB 274 111
187,456 187,456 00000000000000891015cedb83be93293e4399be4020a9577d4f4e17dd3873a5 0.22 MB 409 115
187,455 187,455 00000000000006cf352e40c6ab2be7332fd8689516f233f2685efaab14964100 0.04 MB 105 112
187,454 187,454 00000000000005919b57c9bb53b13a60b59c6d00c9cee324c14b8b57e2512e43 0.00 MB 10 14
187,453 187,453 00000000000004213c6a3d045f63b70e8f0568a220d051162b740c0c9cfcbe42 0.03 MB 74 93
187,452 187,452 0000000000000307737f601e83796c103e25635619e87c669a87aac3aa3a82d5 0.02 MB 32 3
187,451 187,451 00000000000000818d9ff7d722136dc04b641bba7889cf1352817637dd829da6 0.02 MB 78 96
187,450 187,450 00000000000004a060268ee7f26d18fb2e40ce6f2a496172d0ccaec02f2f374b 0.02 MB 41 57
187,449 187,449 00000000000004616a804207c67b70ee976671ce3b6dfec543eb4831dcd2c3da 0.00 MB 12 84
187,448 187,448 00000000000003650670f898a8da8d8657868007016be9b4e2bb3a85d2e5fc6a 0.01 MB 29 84
187,447 187,447 0000000000000227c46c899656feab3d9285b16d564f1018671d7add326db495 0.33 MB 636 80
187,446 187,446 0000000000000429cbfd8931c7bd37f951620e1676a6d78dfc68b68a2519b1f0 0.00 MB 11 30
187,445 187,445 000000000000004a6446cc9c6ff4f711c9e8fe4f49d8234abbaf71016e826526 0.03 MB 72 88
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.29 GB sent, 93.06 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.