Memory Pool Memory Pool Refreshing

73,268 transactions
30.99 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,354 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 4,474 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,353 (297,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,084 575,084 000000000000000000194a62b2334321ff80700f856b33258c84b7f7aca91b7a 0.00 MB 1 0
575,083 575,083 00000000000000000014ffc8c0d04580ae3381d99654957cda2b76fcb029163d 1.11 MB 2,325 46
575,082 575,082 0000000000000000001cf5cae47564e481d3057e42633ff45f237e44d7cc96c5 1.31 MB 1,922 39
575,081 575,081 0000000000000000000494cbad7bcc40b410822a568d9affa4f624c54aefae28 1.14 MB 2,502 39
575,080 575,080 00000000000000000003e8c606d08c03c1ebb24451b35ed3475a2095047e2a4c 1.14 MB 2,363 56
575,079 575,079 0000000000000000001d21476f45bb212ccb3b4425b2765af068d96dc9306846 1.37 MB 1,915 86
575,078 575,078 0000000000000000002745a64b64aed878b56c8df9e85f4d9e108a829b3264e0 1.12 MB 2,878 70
575,077 575,077 000000000000000000196d4040d8e5df71490f7c53cacb9a8bd6fe0ef515eb5f 1.28 MB 2,482 90
575,076 575,076 00000000000000000017ee270f711f655dcee35a5b0d572ec41fa42b70b8e815 1.37 MB 1,823 56
575,075 575,075 000000000000000000061c9b6245e3b8a85f7717e47aa2826b5bc8b30c7e79c0 1.27 MB 2,490 93
575,074 575,074 0000000000000000000b9f73809c4a1be14b9df5be54c4fdd5bdae2ecfdd1194 1.36 MB 2,116 69
575,073 575,073 0000000000000000001b54fe3f6a4df5cba134e7026770b28ad816642b3e1889 1.44 MB 1,859 94
575,072 575,072 0000000000000000002568b46ebd60e144311ae31c5a7990722c082ccc5db045 1.32 MB 2,122 86
575,071 575,071 000000000000000000224984755861c9407e38949a02fbad8fff14f41c04cb76 1.41 MB 1,594 108
575,070 575,070 0000000000000000002734bf27a9af27f3cbb94cb581a7da48890ab9f7da7db0 1.55 MB 1,321 69
575,069 575,069 0000000000000000001471b711c0750152e0a662a8982d5429fdf87d7dc0e329 1.39 MB 1,886 73
575,068 575,068 0000000000000000001bc2e94c4e56024a0a0bf7a55f143a81bc3fed4aa665b3 1.36 MB 2,692 114
575,067 575,067 0000000000000000000ed13d846788c511940b530d7ae200a2ddaa595af66c1a 1.26 MB 2,447 64
575,066 575,066 0000000000000000001c73612da7dd4794f2d54227b8e27ce1ddc788a558a692 1.45 MB 2,827 42
575,065 575,065 0000000000000000000ccbe2cbb8c50f56046c6cb0b1632530e0c698723bb5df 1.20 MB 2,846 78
575,064 575,064 00000000000000000010d49ffd207a878decee364f6e475b068c661b16bb64e8 1.20 MB 2,287 56
Previous 10 blocks ↓
Total Size: 703.87 GB

Node Information

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