Memory Pool Memory Pool Refreshing

922 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 919 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (494,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,321 413,321 000000000000000004d352c646d0cf3cf41f13aca2f54ea544338ee763a826f7 1.00 MB 2,848 60
413,320 413,320 000000000000000002c1d83acb842b439e564854033925385f2bdf4e75873a78 1.00 MB 2,534 89
413,319 413,319 000000000000000002b8b76b96cdbc7705699403bc566ecb86147a2f2fa2a942 0.93 MB 1,728 25
413,318 413,318 0000000000000000047016f3917fa063fa6aeb901d257a182b10b79da84b6831 0.93 MB 2,227 37
413,317 413,317 000000000000000001da907a719bb3697343b44b3afdee63bdb654c1679bf1fc 0.75 MB 2,199 63
413,316 413,316 000000000000000002f6da164e2be84ae2317aa4c41cb298cba9e0480116111e 1.00 MB 2,681 94
413,315 413,315 0000000000000000031691d4b8c6fe6f1cbe3f79c8c8c2c0966e8cb158438933 1.00 MB 2,471 66
413,314 413,314 000000000000000000412b95073ca2d1da4c2d80fb88f0d25ef6585170d48919 1.00 MB 2,199 59
413,313 413,313 0000000000000000056fceda1c1ab06ca5dce1dc7e15adfccb4a4cc1409cdc87 1.00 MB 1,744 45
413,312 413,312 0000000000000000050a29c101ee31a80ab29370ee185091aa4a0d3173b10ffb 1.00 MB 2,235 59
413,311 413,311 00000000000000000047a99cdfd01ac35af5d1361cd3365fc9e20ceaeb497a1e 1.00 MB 2,616 58
413,310 413,310 00000000000000000444d91bd1cdeca853d32c32d0547775125d5bf420ede457 0.93 MB 2,231 59
413,309 413,309 00000000000000000122904067a6034fead6d8857eaf55621218b233dbcd6dd9 1.00 MB 3,298 101
413,308 413,308 000000000000000000585c87e133042c7cc993fe1b020060c8046992a68e30f7 1.00 MB 1,281 26
413,307 413,307 000000000000000001a44e04045a8aa7f2556898b41e1c49561b01d0a3b790fd 0.68 MB 1,470 46
413,306 413,306 000000000000000004563789aba17e8b776700987ec0c73f69792646a07eaa04 0.97 MB 1,902 45
413,305 413,305 000000000000000001d4ea611c50cc78befb77033fbd05650b2a2128949e6eec 0.83 MB 1,630 34
413,304 413,304 0000000000000000008d6cfd7e09f0a5e045222e2903f92693599f5a671795f4 1.00 MB 2,561 61
413,303 413,303 000000000000000002ea13f5f619d180981219d956eaead6e0ef0871322e2ae8 0.38 MB 1,001 56
413,302 413,302 000000000000000000bbb24af6c8ee99cd2de2a8e3ffae72bb4f0e88c93204b8 0.50 MB 1,133 47
413,301 413,301 0000000000000000002330b84110f117f5e0d1a27066f69d17483f5cbeefbc4b 1.00 MB 1,694 39
Previous 10 blocks ↓
Total Size: 769.30 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,642.69 GB sent, 94.44 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.