Memory Pool Memory Pool Refreshing

336 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,837 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 320 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,836 (464,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
443,672 443,672 000000000000000000b8c7589b5c022b05115c6411c47b90af688b209c71f5fd 1.00 MB 1,653 79
443,671 443,671 00000000000000000252ea11e7dd7aaec0f08df470567a30b66c5f52959fad36 1.00 MB 2,758 104
443,670 443,670 00000000000000000049fef30fce8b6905ddcdc4355d992ffd3c77754f2d1071 1.00 MB 2,152 81
443,669 443,669 000000000000000002e5f805b7686d8f63f27b5548490cda831da019b2d8eb77 1.00 MB 2,265 98
443,668 443,668 000000000000000000f14025ae533cfbdc8432be863bf2b929d88cb19e4c3121 1.00 MB 732 31
443,667 443,667 0000000000000000004a6f37e94a28076ce4e0f6965869c47e0f60c3abf21e0f 1.00 MB 2,101 82
443,666 443,666 000000000000000000bc00a7082f0805ba882d1dabac3dd0562ba6162e93a082 1.00 MB 1,750 72
443,665 443,665 000000000000000003231d0dbad32b1f3219af0eeb16289d907c2d7b86b68524 1.00 MB 1,837 32
443,664 443,664 000000000000000000c17ef169d6abb713494dc714f672d5d682ba8e851fa881 1.00 MB 2,101 70
443,663 443,663 0000000000000000028e3091e8fe51ef492d03c47df58c1a8b50534b0cd90894 1.00 MB 1,582 44
443,662 443,662 0000000000000000036ce780151e6b29136677e6f06411d154b2a072c02329d7 1.00 MB 2,253 70
443,661 443,661 0000000000000000007d1af50c2eee7ec29601c8860f17d9345e79d2d189ca1a 1.00 MB 1,368 45
443,660 443,660 000000000000000001e8a07f85916bb844a626381c9c9cb5904d118097b0391a 1.00 MB 1,520 68
443,659 443,659 0000000000000000002b42c51cd6059a0772d24de232f58fd3ca70821a16d2c4 1.00 MB 1,975 76
443,658 443,658 0000000000000000037176fd7d61fd8600e41ec86fd62466ea633e706950015b 1.00 MB 1,786 70
443,657 443,657 00000000000000000308bc6fae822c2ae52b42c161308c23d5992ef30d42f0b6 1.00 MB 2,208 92
443,656 443,656 00000000000000000061c8bcb178d35515c6894ff984b8f75ca6c388e097e165 1.00 MB 1,192 56
443,655 443,655 000000000000000002a8f0fcda91beb1d20757f4ed3b1b2088a1d02ad7cc65df 1.00 MB 2,425 52
443,654 443,654 000000000000000002a2cbfa46795469c8aef1e10b827dc2612941c9cc98aba2 1.00 MB 1,896 84
443,653 443,653 0000000000000000020a0d3e97cb1e3005e0d6bb55d58b0ca222ad75c5ba835a 1.00 MB 1,886 61
443,652 443,652 0000000000000000028ae0f820e2e92031cbc2b1b4721cc9ea57c2cbd2064a06 1.00 MB 1,924 64
Previous 10 blocks ↓
Total Size: 769.24 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,634.82 GB sent, 94.09 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.