Memory Pool Memory Pool Refreshing

45,408 transactions
23.82 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,228 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,500 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,227 (413,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,047 456,047 0000000000000000022b7ac98224f1a24e91eb9093b430f8383fd41de26b7b63 1.00 MB 1,766 141
456,046 456,046 0000000000000000000797f3430888038325fc2593e1d7b704cc9299017ade8c 1.00 MB 2,022 176
456,045 456,045 000000000000000000e5f60861fd575443035740dd90a1f1c15dca8b67bce10c 1.00 MB 1,910 226
456,044 456,044 0000000000000000014a84c84f12b01f77731282c35b665e0ff5c09ba3394f5f 1.00 MB 1,749 164
456,043 456,043 00000000000000000228229fdd8c6a3e4443d98c283b65b8b1693c4187e7c507 1.00 MB 2,239 208
456,042 456,042 000000000000000000d14988020c122fe35a35afa500926b7cab9ed4184e4371 1.00 MB 2,634 202
456,041 456,041 0000000000000000018cca73df1d2a0c52eb19eea45044439eca5fa9b9dee0ea 1.00 MB 2,978 218
456,040 456,040 0000000000000000004fbf72babd275b0956855f0e1502fbbdcebe7ff3665674 1.00 MB 2,220 315
456,039 456,039 00000000000000000204cd2c9840023f1434f3dcdd7f471e4b8c8638d14d7006 1.00 MB 2,479 233
456,038 456,038 0000000000000000013a6adca32ed89158cb4673ef74918c8846eae1f0592921 1.00 MB 2,423 220
456,037 456,037 000000000000000001e05bde56e9976e18c453ca3992b5c1b349aad37d09fc4a 1.00 MB 1,603 152
456,036 456,036 000000000000000001b487da29d1e8f546d7e4a3660e818cd7beae54cfb42608 1.00 MB 2,349 193
456,035 456,035 00000000000000000160b4571d4bc6df6ff43704d486d6e7030edc7373495821 1.00 MB 2,931 257
456,034 456,034 00000000000000000147a83607d52f3ae1c4120a3d15184e84a8d82d1f9b6ec5 1.00 MB 2,661 258
456,033 456,033 000000000000000001ca70cf6c01f64c12f0b1e5f8a93c608e356d1af742d1b3 1.00 MB 1,566 195
456,032 456,032 000000000000000002531745f76bd6f50fde290261c08fb856867545b3210950 1.00 MB 3,586 179
456,031 456,031 0000000000000000000e540e7c7c0f9af752f8d904809695463a918a69b5eff7 1.00 MB 2,660 238
456,030 456,030 000000000000000001b2f82fff4b438d09a0552762b3827784af2900e2ce445e 1.00 MB 3,785 128
456,029 456,029 0000000000000000001ee853402251aca07d3aefc9e6a417e2566af4f7b0df5d 1.00 MB 1,988 146
456,028 456,028 0000000000000000017a6703bddac846115c36e551392cd24398b66c2f386ab4 1.00 MB 2,382 158
456,027 456,027 0000000000000000007d3cb7172ade08e82ca548be760f0e907a87a1caa747b0 1.00 MB 2,466 186
Previous 10 blocks ↓
Total Size: 698.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,066.34 GB sent, 197.80 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.