Memory Pool Memory Pool Refreshing

877 transactions
0.21 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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 857 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (4,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,712 903,712 000000000000000000013b95c0972bc8c6a742718d4788610d8d9fc9ef185587 1.33 MB 1,977 4
903,711 903,711 00000000000000000000c438ef59be5d9415fae587c6f870012d278594442b11 1.52 MB 2,679 4
903,710 903,710 00000000000000000001774f6c111aa2af59f770f8071197344955b9c8f340f4 1.71 MB 3,626 3
903,709 903,709 0000000000000000000043c0586044348eace9c4b111014e11e28fbf3769b497 1.61 MB 3,811 7
903,708 903,708 00000000000000000001094d83be88f74073ef0c1bd3d1369117d6560e9353e8 1.65 MB 4,007 4
903,707 903,707 0000000000000000000143be63f0267877ab2ebf08f7d93da373ba1505930cf9 1.54 MB 3,019 11
903,706 903,706 000000000000000000004fa1c74daa15ebfc860be86302c0fa5405611a6cfae6 1.50 MB 2,789 2
903,705 903,705 00000000000000000000d2f5da906d3e8092e395fff00d406505bcec17bb3025 1.67 MB 3,059 1
903,704 903,704 000000000000000000005f85d13019b4f7b29f1c92e035a5908f2124a0fca5be 1.29 MB 1,976 3
903,703 903,703 000000000000000000003953af2aeaa609dbf256e80644ea82f90c63393aafa9 1.47 MB 2,784 3
903,702 903,702 00000000000000000001ca38c00ff2aa8b38406a0c77a3b5ce991d4da17f7546 1.63 MB 3,719 3
903,701 903,701 0000000000000000000116b93e2e8946d3a0b85e804fa1793461c6a8c1cc1860 1.57 MB 3,573 8
903,700 903,700 000000000000000000005a02e4da640a008476b1888b497f9d202951e88ac478 1.58 MB 2,548 2
903,699 903,699 000000000000000000002e8ec0df17a3be4001cbd386f48e24a14313ad2f6744 1.60 MB 3,254 1
903,698 903,698 0000000000000000000122d99be110998c74b0bbcec4fada7a58401734faf5de 1.81 MB 1,641 1
903,697 903,697 000000000000000000023bbc1b5ae24c43c77833764f772489e92c6ba1907410 1.45 MB 2,262 2
903,696 903,696 0000000000000000000184d42dfb85c254064af93ae670398de9467857ad6091 1.63 MB 3,337 6
903,695 903,695 000000000000000000017f4f4d4072ad5f9dc110a55f0bf9cb7c638eee7e0346 1.67 MB 2,686 2
903,694 903,694 00000000000000000001b8bc62f146d8869a28dc3170dce83e1ebd97b6f91314 1.50 MB 2,848 5
903,693 903,693 00000000000000000000cf3d0fc4b9645f340b88188c72aec8e9a79c5f62eb4e 1.44 MB 2,262 3
903,692 903,692 0000000000000000000073f895eb50179edd779b2c6990a60a4a6c806d0ac003 1.54 MB 3,657 4
Previous 10 blocks ↓
Total Size: 769.23 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.79 GB sent, 94.08 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.