Memory Pool Memory Pool Refreshing

1,315 transactions
25.28 vMB
Show Random Selection Loading Transactions
Max Size: 102/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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (899,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,513 8,513 0000000083628102aac819522005c48a92a5a7856ac9f136358a2e299a7db659 0.00 MB 1 0
8,512 8,512 000000007fa7a60972684f5ceba4e6cdba6026f32c7a7b72871872d12b835123 0.00 MB 1 0
8,511 8,511 000000007d4b42d0d687640370337b588b6577a4b8ce369c321483ed57d60d39 0.00 MB 1 0
8,510 8,510 00000000c8c96792b29184d00fd87cd9fe1d463704e4e3f0b0d9e6ba2af1cc3f 0.00 MB 1 0
8,509 8,509 00000000a51b482e2226e6082f0db7ee90862382730de17f6551a131e93e36fc 0.00 MB 1 0
8,508 8,508 00000000da3bc425973d4fd5de7e1b34872449530e8ea7d6ba40eea0287185ca 0.00 MB 1 0
8,507 8,507 00000000aae2c3b8318803a611280d3938930d820772e43f92254f7d1921c8d5 0.00 MB 1 0
8,506 8,506 0000000098a71523ddd1970642b2f5a8991b5aa911d2681bf1d3fb9f4bde7be7 0.00 MB 1 0
8,505 8,505 00000000d1cd5801237dd8d330e5e7076d13fe5b04b60ba5e986a58ff8bf1c4b 0.00 MB 1 0
8,504 8,504 00000000c2f0110c9376fe235b3d302f545036d8bba38ad49a9fcde3a9328e11 0.00 MB 1 0
8,503 8,503 00000000881b47f9fd9724712169f8902e0f8ed27a554fc0f7f627fdc7572a36 0.00 MB 1 0
8,502 8,502 000000002868c874224fd349976e95aede2c8a5819d417e485ecfbc5db89b056 0.00 MB 1 0
8,501 8,501 00000000e6608bf9e2f018f1534a0e9ba82ba0c40eefebc144312fcd8e3e0abd 0.00 MB 1 0
8,500 8,500 00000000aba1f720821fac035481e72eb918c138372260627a3a976aeff59226 0.00 MB 1 0
8,499 8,499 00000000da2e3ba930cf4e8ed7a2a4f26595083ddc4e1fa56320bdc69a1b1ae2 0.00 MB 1 0
8,498 8,498 0000000019db297501a3a2deb4c5d78238b677ab5fd5a15d6db94ff7861d4325 0.00 MB 1 0
8,497 8,497 00000000746f6bca4d7fb62aaca814a7847937b878b6f256f63d2c569fc96de1 0.00 MB 1 0
8,496 8,496 00000000705189678f41af8579233325e1df6112d8fc3d4e5e2667931b437e36 0.00 MB 1 0
8,495 8,495 00000000835b3057385da02d39b2e0cac7a417d41f75036f6a48135e2287682a 0.00 MB 1 0
8,494 8,494 00000000597c74ad4e5770cf0ff3a0463822b9b971d11f81b6371a19d6d76331 0.00 MB 1 0
8,493 8,493 00000000eed6a2ca4d16b68cc38d981555de070f46e6673b018f123f0d967554 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.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,698.15 GB sent, 98.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.