Memory Pool Memory Pool Refreshing

28,401 transactions
30.12 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,729 (96,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,535 766,535 00000000000000000001d3225cf65186d9b1d4890fcb8e396dc0584ee39c4be9 0.54 MB 621 8
766,534 766,534 000000000000000000019bdc6d4bc9f9ba51b65968fa5eaca9f8dab22ebe1cab 1.89 MB 1,013 2
766,533 766,533 00000000000000000003b728df4c2598d36ca6dff4894568543696be9fd14fef 1.52 MB 2,922 10
766,532 766,532 00000000000000000005e9db0b7d1c51b8465baffbecb015330796af81aacc07 1.34 MB 2,314 24
766,531 766,531 00000000000000000003fe4daa47b3272f1ab496a6146156105d9afad024bac3 0.50 MB 695 14
766,530 766,530 00000000000000000003b2f093e34c792463256c9d768f8aa5bb51c145516bce 0.47 MB 195 13
766,529 766,529 000000000000000000002f95d09d260cdf7c04bb9c840408630f2911e30f3438 0.93 MB 1,307 9
766,528 766,528 000000000000000000053c150c67337741c086c55c305f63e129dd7fa2ca4e68 1.54 MB 3,431 14
766,527 766,527 0000000000000000000233be6682699575fc6221572a7746c205223b30b0e999 1.12 MB 1,899 12
766,526 766,526 000000000000000000061858ffc3b627b9484ecbf5e2591ab4d1c39740a29426 0.26 MB 536 12
766,525 766,525 00000000000000000005df5f298685a7abd39f7a105e8444479cb65243779ee3 0.47 MB 900 12
766,524 766,524 0000000000000000000433a7667eba10ecec659c65206ea3110eb522ae202b2b 1.43 MB 1,930 9
766,523 766,523 00000000000000000007df9b6e1d5cd586a1b76027a554982b9692b39ff998bb 1.55 MB 3,073 14
766,522 766,522 0000000000000000000506e8640a57602636109878d9d911623bcc7c2e288ef2 1.09 MB 2,046 13
766,521 766,521 00000000000000000006a18968d36636803fda525bc491b3914dae26b9917163 0.16 MB 411 15
766,520 766,520 00000000000000000002123bf286c0d68fe3b224582701430faa5564da00ecf8 1.30 MB 2,695 15
766,519 766,519 00000000000000000002068759f076d452215acd1585b4d0de7b791768668188 0.44 MB 583 12
766,518 766,518 0000000000000000000184fee4bdef7f4f863206cc889feeea530b34a35b4481 1.74 MB 2,149 6
766,517 766,517 0000000000000000000059a98738b542e9eaa384fd1500d996e7e5f22c74d9e9 1.28 MB 1,975 13
766,516 766,516 000000000000000000060e68a76268ce505966789d5251b2853ba16dece624c4 1.30 MB 1,779 15
766,515 766,515 000000000000000000007bc76fde06e48e7a1431cc4621613870e2372a587833 1.35 MB 2,346 28
Previous 10 blocks ↓
Total Size: 685.57 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,388.62 GB sent, 109.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.