Memory Pool Memory Pool Refreshing

6,841 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (585,025 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,674 322,674 0000000000000000197b3e03f8d2b2a02a1d037f73101ae5dcd974f6a75714e7 0.35 MB 1,135 50
322,673 322,673 00000000000000001d9ff05d928588c10f19cb99b556b6c1f177b6da869acf3c 0.42 MB 771 33
322,672 322,672 000000000000000012319146e76c44c6750d6aecf2a2c0b0eb4486ddc124fe39 0.44 MB 647 26
322,671 322,671 00000000000000001978fc96019f962a0c8232594f95e8c221ddb0a15409368f 0.08 MB 173 29
322,670 322,670 00000000000000001db1c8ff51a040d517d88468148f1d07d84e4ec2fbeb1e26 0.61 MB 948 27
322,669 322,669 00000000000000000adb5acdc4e1d24306a1875535ac1b4bf0fa49833f69008e 0.06 MB 154 14
322,668 322,668 00000000000000001aac3f83f4a1d93a12ff2f8a80bbb673e8c3d9a8c393171d 0.26 MB 559 28
322,667 322,667 00000000000000000924dd403e422712e9af4bcd317fb06c3e65772f646aea98 0.45 MB 848 27
322,666 322,666 000000000000000006aeebd9f253bedc560800c6687e6038ed39e7c345a1406d 0.36 MB 650 29
322,665 322,665 00000000000000001e839907c054065bad8e56e8440700aba27a045eee05fca5 0.35 MB 740 31
322,664 322,664 00000000000000001ec9bf2f9bdc77ff1f2cfd821846faf395e892c3eceafe4f 0.28 MB 526 25
322,663 322,663 0000000000000000050316e2cca762442c878d3fe59d045ef62c434a179ae693 0.72 MB 1,363 57
322,662 322,662 000000000000000015905174209b12fd9c2c51216d00c51634c0f63227c0bc28 0.55 MB 1,104 31
322,661 322,661 00000000000000000438dc9bce7959fe0cb74aa9fd5171d95aeb14815434857f 0.31 MB 557 31
322,660 322,660 00000000000000001dedd94d46edc7f858737d8ce144389e8ae39774f28463cf 0.06 MB 59 8
322,659 322,659 0000000000000000026734dde091e2b2d2950643fde0cc626bc20fe119e4061f 0.59 MB 813 26
322,658 322,658 0000000000000000028ab936a377a230faa488c812306874cc24ad198cbb9f7e 0.05 MB 90 31
322,657 322,657 00000000000000001d683a16e72024a5d3f0b4c0554f1ea73db69675932e9751 0.12 MB 136 15
322,656 322,656 00000000000000000f902faf23047e206d131bbddb091b8af6f0755e05dbf845 0.46 MB 576 17
322,655 322,655 000000000000000005a65f3e0f006de492168f55e0d97d932f15ace2a9e49496 0.93 MB 2,300 35
322,654 322,654 000000000000000006b323f9e2f26e1c18b17cfefbac019e7fd57bff790ec66b 0.46 MB 744 25
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.