Memory Pool Memory Pool Refreshing

81,535 transactions
33.24 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,307 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,705 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,306 (36,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,702 833,702 0000000000000000000347c9390fb6f08564ff5e17c73b33d5895608363c9b01 1.85 MB 2,719 18
833,701 833,701 0000000000000000000226785ffeb30308e6bba6fadfb0ffe0bef3704e403e79 1.93 MB 2,832 20
833,700 833,700 00000000000000000002f8ba36c78cd6c26e4735ce79ab12cc3b9d39aad8b079 1.74 MB 4,350 29
833,699 833,699 0000000000000000000146a151f8a4e4591c45e835dfca4ac99a738a54a45a65 1.86 MB 4,045 23
833,698 833,698 000000000000000000009fd3217975cefcf2bca6bae18a22b9706af79b2fe14a 1.74 MB 3,673 23
833,697 833,697 0000000000000000000276e889d1cf390b074aaa5958d0f089b5b527bdddb430 1.69 MB 3,774 39
833,696 833,696 00000000000000000002a0204764d33413dbe90d123818be1fdf9545e4969d2a 1.70 MB 3,433 31
833,695 833,695 00000000000000000002d93ac7b6d619601c9f634c74d53bf6a8661d1bdce814 1.73 MB 4,174 37
833,694 833,694 00000000000000000000b6c6045e8e66128b0c40946f47077cb25d40261f6d2c 1.67 MB 3,633 59
833,693 833,693 000000000000000000004c719b6523f0cdc2c6b16ecda7a6d5e224d1fb30f3c0 1.72 MB 3,588 41
833,692 833,692 00000000000000000000e46a1010d04fd876fcdcc06754b215e36768bb8d7be0 1.78 MB 3,463 43
833,691 833,691 00000000000000000001694e69307afa8d14328e88dd119df0760a24597e3903 1.85 MB 2,445 47
833,690 833,690 0000000000000000000096718fd9f624dc296f79201430699e46711e32d649aa 1.63 MB 3,497 30
833,689 833,689 00000000000000000001617fcc95ffad989c9a701808ca62328d34b2d9c82109 1.56 MB 1,793 14
833,688 833,688 000000000000000000002b92c4e4c25150ae71f4665375e42da8d9bf53d08378 1.94 MB 2,823 21
833,687 833,687 00000000000000000003033da468beaa364117393a64f65028c926df77df114a 1.75 MB 2,652 31
833,686 833,686 00000000000000000001a230aa902e72318551a21ea0cf9379b6a69528f7d607 1.83 MB 1,967 14
833,685 833,685 0000000000000000000056530361836cead36cf9499d6861852728211bd0a66c 1.96 MB 2,446 21
833,684 833,684 00000000000000000003643c21d610df465e80bd40e0a750cc6dc37dd72c3db3 1.81 MB 2,554 40
833,683 833,683 00000000000000000002a5bc8daeaa5918d8b9ea85b358d3636baad8c93a93bf 2.02 MB 2,554 22
833,682 833,682 00000000000000000000c6e562f382dc6b1a0593f174c05e55decb714c08e7cf 1.80 MB 3,079 24
Previous 10 blocks ↓
Total Size: 700.03 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,226.85 GB sent, 210.62 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.