Memory Pool Memory Pool Refreshing

23,203 transactions
30.29 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,812 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,811 (347,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
515,524 515,524 0000000000000000002cd4b114d372580509fa6ea1cd082b57e70509f67bd285 1.22 MB 2,428 45
515,523 515,523 00000000000000000040458506274e1fffd45765f078bb9a049a6ddf00649b6e 0.74 MB 987 7
515,522 515,522 00000000000000000038c2af0cdf5085044a9d7ffc4a588e734bd98f47f538ab 0.77 MB 1,571 33
515,521 515,521 00000000000000000047c25d91a10d8d0b62c9acf8a971c2625eb60b8505f1f6 1.12 MB 2,223 54
515,520 515,520 00000000000000000021f844fe8a0ab983a0537d8dde651dd034c35068d90904 0.03 MB 87 20
515,519 515,519 0000000000000000000298adedecb6a18e2c07dd0c940b182a66f8f0e8d03120 0.49 MB 879 17
515,518 515,518 00000000000000000021ea4526b5e3bd4e1e0cf4a55bf8900cf68b30bed9533c 0.51 MB 887 37
515,517 515,517 0000000000000000004105da47f5a9bf59fdc291d7d77770db50e3df2b274228 0.07 MB 63 16
515,516 515,516 0000000000000000004fe2dbf08a01ed3826a0af9769ee9e6a8d2d569eb8050e 0.07 MB 99 16
515,515 515,515 0000000000000000004a5f1a1b86a4d180d465ed265e60a3d6b1bccc32da08c7 0.24 MB 235 24
515,514 515,514 0000000000000000002812b1b45cd2950dfef69dd19d8ecd4721cc0fd7ed0271 0.66 MB 1,313 25
515,513 515,513 00000000000000000030d0db5d22bd9ea5c4520604c624c52fbe6ab59478d00c 0.55 MB 1,108 27
515,512 515,512 000000000000000000476d95b0aa14754970bc1042b30d81251b1aa6e74c6e87 0.02 MB 35 28
515,511 515,511 0000000000000000000463034fc2b783ec34befa266870a1e65ba7a654dffbfc 0.46 MB 561 21
515,510 515,510 00000000000000000017eaaf301d24d396b377874a92817cbf3ececd38e4c11f 0.22 MB 257 14
515,509 515,509 000000000000000000195946f64ecdccd9cf837c909507004969cbcac44453dc 1.08 MB 1,000 14
515,508 515,508 0000000000000000001b3a4e38726bf95f09d6421589c76544b631c000460808 1.30 MB 2,071 32
515,507 515,507 000000000000000000311d8dc97e2ad4cf1b90675bf823a9631f1e8e83af38c0 0.57 MB 1,219 29
515,506 515,506 000000000000000000116641ef002aaea12ba87b02e73ee5da0eb79000f042a9 0.70 MB 1,120 19
515,505 515,505 00000000000000000025991841ab04bb51fcf9f53e84fd3d8a61db20c98d1a9a 1.14 MB 2,187 10
515,504 515,504 00000000000000000016ff272796afedbc96b024a840a64f7f4ada70efb9540d 1.10 MB 2,109 47
Previous 10 blocks ↓
Total Size: 685.74 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: 1,401.29 GB sent, 110.27 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.