Memory Pool Memory Pool Refreshing

2,593 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,592 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (393,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,271 514,271 00000000000000000002a44329e0995e211a3ad5462ff84ccc3764814dbaeee1 0.35 MB 725 31
514,270 514,270 0000000000000000002e2506ab70cf9dbd12318103700e2fdf576cca31043ad0 0.86 MB 1,199 42
514,269 514,269 000000000000000000151958e6ebcdd2f4947ba861e5adff5465f300713ff51a 1.00 MB 1,735 41
514,268 514,268 0000000000000000004bcd7fb1d44444731a232c2b8550890c9ada151fc2dc4e 0.79 MB 1,213 22
514,267 514,267 0000000000000000002efcbbf6f729867b419aa3620b62da4fd957bf0703e6ba 1.14 MB 1,923 30
514,266 514,266 0000000000000000000e9e69f85e070555c45f2def0c9166253f7836ee054ef8 1.15 MB 2,769 8
514,265 514,265 000000000000000000237288dd7cc68805f7734e74003a0c45b217326027a52d 1.08 MB 1,822 100
514,264 514,264 00000000000000000031a488bc13189480b57d916c0c3cb246c9087818080339 0.33 MB 774 33
514,263 514,263 0000000000000000003e3022a3de3f73d38cececa6350457c1971dad64580873 0.66 MB 1,435 38
514,262 514,262 0000000000000000001186dbe6c8aa078bd2887bfd75f7c3e8a9fa2dacac8525 0.44 MB 923 22
514,261 514,261 00000000000000000037d479d37597971dedbde4c38886b7db74ac302f931fd0 0.71 MB 1,287 28
514,260 514,260 0000000000000000004f96b552d6a6bc923a5a930003cbb2e2538b1b9d722f43 1.12 MB 2,472 24
514,259 514,259 0000000000000000001963af015a26d3ccf6b3d29de8584fd2cd422b882e514b 1.15 MB 1,259 24
514,258 514,258 0000000000000000000a9eb630e6834d49aaa5d0b2c892266cf9cafd72f11a0d 0.49 MB 810 44
514,257 514,257 0000000000000000004330dad5a80c4e1b66ee848d66718e53046b9863fc6ce6 0.84 MB 1,452 25
514,256 514,256 00000000000000000032db8cac616a4f0169305bb2d773b49f2f7d959e376162 1.09 MB 2,001 17
514,255 514,255 00000000000000000026f474661c97aeafa0d6460d8e8b9d44928279e14658d9 1.12 MB 2,522 59
514,254 514,254 0000000000000000001c5a7c75453211e64d17da8915606109c22bed56797bc0 1.12 MB 2,614 56
514,253 514,253 0000000000000000003a545bb71b6c90e8a1a3cf2518077389cd1e7252da7529 1.12 MB 2,426 38
514,252 514,252 00000000000000000024c638fd709b2045b0cd8c4135ef6b510133e63fbd6c36 0.75 MB 1,295 23
514,251 514,251 00000000000000000045b5fcec38bad20f28ae6854227e3556dbee8587cef29e 1.06 MB 1,366 7
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.