Memory Pool Memory Pool Refreshing

7,381 transactions
3.89 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,736 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (473,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,424 434,424 000000000000000002576884727a2188254a94a972a16d2e0453b9f9f8afa585 1.00 MB 2,487 69
434,423 434,423 00000000000000000142943dcf8434d06dcba6b4f5b85cf3bfccaf81ee76e598 1.00 MB 1,631 51
434,422 434,422 000000000000000000f08d9cdcb8d1ffe666951a8d7a53ca767c6431b95b03c5 1.00 MB 990 51
434,421 434,421 00000000000000000058b54f7c31d8e02fc7edacbc788a525854a3e85a2fd5ec 0.99 MB 2,030 60
434,420 434,420 000000000000000003e0304abc7b21d3bf6c7420d9acf899b0089aa2ea2c6e95 1.00 MB 2,580 75
434,419 434,419 000000000000000002b87151a8145c5cd7dce2d6621a105d1727db9a2fcb75b4 1.00 MB 2,378 75
434,418 434,418 000000000000000001bcbb91702b83f21ac2715b18b197bae29d62598426092f 1.00 MB 1,533 49
434,417 434,417 000000000000000001f8c161cddd33022ddb03b7db1559c944bd0d65f81675da 1.00 MB 2,099 69
434,416 434,416 000000000000000000c8b06789aa3ab06839e436201ef3780db7b943873bcb85 1.00 MB 1,885 68
434,415 434,415 0000000000000000014e64cea768f2019a69d14704026f41acdf3eb945e0b2c1 1.00 MB 1,888 59
434,414 434,414 0000000000000000043e3f4abc39899854fd9a75f2834bc863135e06b26e51ed 1.00 MB 2,308 59
434,413 434,413 000000000000000000cd87789ff10b014987f62a2524657ea328b177387e9d06 1.00 MB 3,091 95
434,412 434,412 000000000000000002521deb12c8d9443a2a25aec477f87fa072f4f490849393 1.00 MB 1,960 72
434,411 434,411 000000000000000001052e2f0a50d149d21186c71460707d6da7c5033117d20f 1.00 MB 2,205 68
434,410 434,410 00000000000000000320bf9c6b84089d81485f7423c3b2cd7789183eee903a64 0.10 MB 227 69
434,409 434,409 0000000000000000027783e8f627bbe3786ed649b6e5291db0b7e338d5a649b3 0.14 MB 234 61
434,408 434,408 000000000000000003b4bddfb4c938591b713e18fcb0496981357d9a16523db9 1.00 MB 334 9
434,407 434,407 000000000000000003adc3cb2338419692da626b6ac2588228412bcd5bbdf1c2 0.94 MB 1,127 37
434,406 434,406 00000000000000000050cded6bdf0e6d5eabea69e4e9f05dc1c9a575f32a3d9c 1.00 MB 2,598 72
434,405 434,405 000000000000000003415c5f866a211d164e1172517a9dd7d3feb43bb550ff26 0.46 MB 677 63
434,404 434,404 000000000000000002af6e9e2d20696ee0570be052b611550bd39d67f57e10b8 0.05 MB 129 86
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.78 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.