Memory Pool Memory Pool Refreshing

12,768 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (617,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,324 290,324 000000000000000062ce38e61ff7ac91eeeb208b59be62643c0a792e4f3ae7a4 0.12 MB 146 28
290,323 290,323 000000000000000074ab1eb24031cb8bfda5207f984ce56c0ef45ea9640b820f 0.35 MB 510 28
290,322 290,322 000000000000000035a65b6e38bc7f6827241d58249142e0769a6ae1d9e4f8c3 0.00 MB 1 0
290,321 290,321 0000000000000000fc41115df5c172e2a720af7f6f0efe005e921ec01bde0fe4 0.04 MB 64 23
290,320 290,320 0000000000000000aae434c3e2f575e6da2d16f031d8d310067fec4252fa21ec 0.07 MB 105 29
290,319 290,319 0000000000000000c25d43c4923dee867eff9b99df3ba6e3ce8617e9549bccd0 0.14 MB 205 25
290,318 290,318 0000000000000000cf1d5bc5a166686cb069a717aa3dd760a2b2dc2a9a3d632d 0.38 MB 447 31
290,317 290,317 0000000000000000b9d3ec737cce9691174f52e9181e286314633ffbc97911a9 0.10 MB 74 9
290,316 290,316 0000000000000000c17228bd24b82457ca1067a794d33a8668b9c383ebfb6dda 0.08 MB 65 19
290,315 290,315 0000000000000000caeda9391cca969cb00eeab8e4a146ec687ae9865184704c 0.26 MB 341 33
290,314 290,314 0000000000000000cefe5a94e96c34be913d523df573904e03fbe0d9b6258fc7 0.47 MB 724 26
290,313 290,313 000000000000000098d8b72e3635f520296ec457593711503d6340ec275d9dc6 0.03 MB 64 52
290,312 290,312 000000000000000073987ca605606be89d58942862298a211ce1d3aadf21888c 0.19 MB 333 38
290,311 290,311 00000000000000000a4e978168b0884b95066961510cb2c1e793a5af6f939ad9 0.17 MB 275 28
290,310 290,310 000000000000000057fb57c95bcc45b282530228b37a48e0f66205a63d0763f1 0.72 MB 941 29
290,309 290,309 0000000000000000f9aa8c617e3f3b53e572dfb19632dec7116bf36416bb3980 0.35 MB 663 36
290,308 290,308 0000000000000000953bcfb7553440fc7ce12b2d8e7d552fb53841b08f2b1b1d 0.00 MB 1 0
290,307 290,307 00000000000000000ea37c69d0c39650e4aec0cad1cd661cfeb2c683ca9d1b8b 0.25 MB 640 38
290,306 290,306 00000000000000008ccade5ca6fa1dab55185c72681378a7b4c91ee918d78d7d 0.82 MB 609 17
290,305 290,305 0000000000000000d5983cd4a4c75f2c69106e9bf28841e052114b99f090399c 0.50 MB 803 33
290,304 290,304 0000000000000000c08e820bacf03c9abc92a66de4c95daa76ee39af3d3e16de 0.17 MB 256 20
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.19 GB sent, 92.93 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.