Memory Pool Memory Pool Refreshing

3,277 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (552,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
355,676 355,676 00000000000000000a2cfe314b99eabc77b344185b45445346b67e2e9a216c07 0.30 MB 712 31
355,675 355,675 000000000000000004fd5b5870cc7c34910f0503be416789ab9bbeed1159f829 0.08 MB 172 25
355,674 355,674 00000000000000000bb66999480884fa71ef399690a96143ebb814e0f5039937 0.70 MB 1,426 31
355,673 355,673 000000000000000006e806fd9255690af22df18c723226a112e6fe2a807b4f1c 0.08 MB 92 7
355,672 355,672 00000000000000000b04123d61e6b10ba06b94d323c4533f7c7519ce77759380 0.18 MB 363 25
355,671 355,671 000000000000000016fed365a73b2b99600a7eedf4dcefa2702693bf50b88b79 0.10 MB 193 16
355,670 355,670 000000000000000014af5bb5ef4fbc9b2e2849b8b728999c64179c7cc6037088 0.11 MB 186 21
355,669 355,669 0000000000000000069393b6597fc214422b06d9e91856d80ac9654e52e6be57 0.33 MB 625 27
355,668 355,668 0000000000000000061927e1815f4aa1ac8148dbdbf883349ceb8ae57cfc01de 0.23 MB 539 30
355,667 355,667 00000000000000000efc6523476854ec6c14e4018634a69083fbac847f7e1a7f 0.35 MB 629 24
355,666 355,666 00000000000000000006bad68dc5e76c19934d25a106c09c84925c12563089a5 0.27 MB 431 51
355,665 355,665 000000000000000016070f935fb3b20fc28e7272eb63127ea9aa023dbc2f145c 0.17 MB 326 24
355,664 355,664 00000000000000000e47d571f1ec0e1d27ed11c39bb3d968f93afd8076b7b4e7 0.26 MB 447 22
355,663 355,663 000000000000000000b0388c459b9aff8a93d02bbb87aac6d74b65e9faf7e4c9 0.70 MB 1,246 21
355,662 355,662 00000000000000001023d3501accb665c158a92306c02b7f4d4dbe655573e5f5 0.49 MB 512 11
355,661 355,661 00000000000000000783dac6be991cf6cf46ebacf417213a47c33b134b4ced8f 0.00 MB 2 0
355,660 355,660 000000000000000000f8f4e691c3868596f95247f0a3ccb27e4d5ee4faea63ce 0.90 MB 1,398 24
355,659 355,659 00000000000000000227b70950d583b502ddc29b9467c3cc35de13cab9036159 0.75 MB 1,189 22
355,658 355,658 00000000000000000ae34c1f90f8f2d1d42837296033da6f43e51ec450345d65 0.75 MB 2,435 46
355,657 355,657 000000000000000004236e59fe7403f702f9bbfd11303dad6e54bee27e15aabf 0.00 MB 2 0
355,656 355,656 0000000000000000067e339c9ff4b17fc70fc83ad770787e772fd3840b4b2520 0.74 MB 2,048 38
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.