Memory Pool Memory Pool Refreshing

7,629 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (4,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
903,691 903,691 0000000000000000000062c57c4a7de30a5a6beb5928741f82c5ce4a40e2e021 0.16 MB 348 1
903,690 903,690 00000000000000000000a4011797dd85032f68749d808866a936ede27797fb38 2.51 MB 2,751 1
903,689 903,689 00000000000000000001d6442624746b2b2980eab9f1838a79bc1b429c4f8619 0.00 MB 1 0
903,688 903,688 00000000000000000000c49158ad69593119e674fd8e9087d11a53fcd727a629 1.93 MB 2,361 1
903,687 903,687 0000000000000000000021528e03d7d7f1fc764d41bbfaedb3515a67727d38e8 1.91 MB 2,749 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.