Memory Pool Memory Pool Refreshing

9,956 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (494,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
413,330 413,330 00000000000000000072c6bab171f879b40eb6abdf3a1ebbd1010c7994b49633 1.00 MB 1,757 25
413,329 413,329 0000000000000000047b8caa5ea34502dfd44341501e6ae6459cd5f462046be6 1.00 MB 2,156 49
413,328 413,328 0000000000000000033c527c7a638dc9108b48739cba43a0c929d39b6b26f52e 0.99 MB 1,769 30
413,327 413,327 00000000000000000264a0fcad9fc76c0c974a402cd4ca87f692756c55e072fb 1.00 MB 2,021 48
413,326 413,326 0000000000000000031e8710b94810183d0779efcf79b105df67c740174c2c17 1.00 MB 2,554 48
413,325 413,325 000000000000000003e55e8c80f079255cafd42f9831bddee69b2f0cd3d1f594 1.00 MB 2,376 47
413,324 413,324 000000000000000002e27ed2dd0a52e71ece3db25afc2682d60e246c57fc4c48 0.99 MB 2,529 59
413,323 413,323 0000000000000000003aa507821a0c6d2ce607d6028046454e50d2225f27e230 0.02 MB 83 80
413,322 413,322 00000000000000000357fbba1cfc89ce306ad8603d5d4eb93f0e0a5e4adb075d 0.99 MB 3,106 56
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.68 GB sent, 93.04 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.