Memory Pool Memory Pool Refreshing

2,347 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,319 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (565,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,763 342,763 000000000000000012b5f25e25fc04420193b1b9da298e49e9af3c6b4e6fec5a 0.43 MB 739 22
342,762 342,762 0000000000000000019ff3721c73ad39dae8d006e2c0b60c48298553c0c5df1c 0.14 MB 318 26
342,761 342,761 0000000000000000089ac9086a3b0c2b6cd506c311c080f9f8384def2d10f10d 0.20 MB 384 25
342,760 342,760 000000000000000008f9ceb271c0e54ccd25e23c19194040de82fe3fef10cd96 0.37 MB 554 21
342,759 342,759 00000000000000000c24958f23a0c2a2ce24b4825b9a0fbf91ad02437cb0e99e 0.16 MB 256 24
342,758 342,758 000000000000000013a8ca0e1956019cc13e8f7bf7c8809785bed65158db27b9 1.00 MB 1,946 24
342,757 342,757 0000000000000000098b7174eae4beb8338c3c57b75fcdcb9bc0be53f9e38036 0.28 MB 685 41
342,756 342,756 0000000000000000110a282b834c5482102fe037d08a2141a5543bd2d1eff6d3 0.45 MB 928 27
342,755 342,755 000000000000000007316c91c624d21796b2d7a1a649369019f6025c46ad020e 0.16 MB 203 14
342,754 342,754 0000000000000000025b2132d15bb920dbd00838a9e1bd8ce52510d95a385c8f 0.12 MB 275 30
342,753 342,753 00000000000000000e2cb097f61c7f0b7d020facf06b15ac4a9b7d8ae24880fb 0.75 MB 1,297 22
342,752 342,752 000000000000000004dd77568bcf5295e6283c8b6aa78d6452ffef407ca999d1 0.16 MB 365 36
342,751 342,751 00000000000000000c60f8029777cee9d408001955fbf509cff74f96be56ce86 1.00 MB 2,400 31
342,750 342,750 000000000000000000f0fac861cbbb72bc93d9092ab1a91f4b3401ed3e1f7f44 0.60 MB 531 15
342,749 342,749 000000000000000015fa08c2567880c0ba477a238739dc67e95f2ed9a0618355 0.75 MB 2,123 42
342,748 342,748 00000000000000000ed26fef4a0998de17c2ede0576f96f218cccf5708da2a3e 0.30 MB 587 24
342,747 342,747 00000000000000001170539e99b9496b39d454154eed38cd3df5fe4b5dc24b10 0.44 MB 901 25
342,746 342,746 0000000000000000072849534bb257dfc995bb625c05b87745be4a5928b36386 0.59 MB 1,113 23
342,745 342,745 00000000000000000e56b0e28e2cf950118674d7a73f4c735eb5017fa818c0d5 0.17 MB 512 36
342,744 342,744 00000000000000000e5001e6b75a40f6ad24b201cfe30b67140965fc9e4a0a08 0.65 MB 1,030 20
342,743 342,743 00000000000000000101fc475000753486c060fa0c719139c20deb869a041f52 0.75 MB 1,747 32
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.