Memory Pool Memory Pool Refreshing

65,541 transactions
24.52 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,923 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,526 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,922 (104,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
766,514 766,514 00000000000000000001d3492a71369459592e40ac6ca6f38d52043281fa9960 0.06 MB 139 42
766,513 766,513 000000000000000000048b1fbb32337d75fc89866ea894ffc8b774d2005572f6 1.40 MB 1,786 2
766,512 766,512 00000000000000000007868680437495c6f6ca0ebaa82a4b5f2b3792de0cb5f2 1.56 MB 2,843 11
766,511 766,511 00000000000000000000749ce03837badd46b55b296da09b7d16421b00d9ef78 1.58 MB 2,809 27
766,510 766,510 000000000000000000030c210da058ae506711f2b81e92a0de528d880d761fe6 0.83 MB 1,548 15
766,509 766,509 00000000000000000002d0067e39ab32138f6e9845dec8434d62c281512abf56 1.31 MB 2,181 13
766,508 766,508 000000000000000000027673f5141f59f6ccd7a4a924822e0d60764de50c7d98 1.64 MB 1,801 9
766,507 766,507 000000000000000000076fe86f35ea22bbc48d1ce86ec99af60d9ccf71da2c00 1.33 MB 2,479 8
766,506 766,506 00000000000000000002b8cac91654b08ac2704809df4d4dadc45f67daeed117 1.49 MB 3,008 21
766,505 766,505 0000000000000000000751f3373841c3f246bf54604eee3429e6cc07a0921aa4 0.28 MB 518 13
766,504 766,504 0000000000000000000726c9592173001fe548c7df2458c86a83b5b3524d4cdf 1.13 MB 1,894 10
766,503 766,503 0000000000000000000724015bdc386a252c35dc48d8eae7306df168cd8ccc88 1.48 MB 2,734 16
766,502 766,502 00000000000000000005e4f660dc9eccb59b9b30937aba185d67f2e552e6cdf1 0.75 MB 1,051 13
766,501 766,501 00000000000000000006201eccdddd909f2ec11578f8bc7e7b47c67a521dbf70 0.95 MB 1,087 9
766,500 766,500 000000000000000000080c0fb810ecdb3dbd06eb7d3495b78c8fdd8f6a568dc8 1.51 MB 1,589 8
Previous 10 blocks ↓
Total Size: 701.20 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,402.31 GB sent, 218.66 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.